Replace TinyMCE with WangEditor and update dependencies

This commit is contained in:
wangqiao
2025-08-28 17:41:36 +08:00
parent 3f1431f972
commit fadab4eacb
6 changed files with 478 additions and 188 deletions

View File

@ -123,7 +123,10 @@ export default defineNuxtConfig({
},
plugins: [
// 在这里引入插件
// { src: "~plugins/tinymce" ,ssr: false},
{
src: '~/plugins/wang-editor',
mode: 'client',
},
],
piniaPluginPersistedstate: {
storage: 'localStorage',