Replace TinyMCE with WangEditor and update dependencies
This commit is contained in:
@ -123,7 +123,10 @@ export default defineNuxtConfig({
|
||||
},
|
||||
plugins: [
|
||||
// 在这里引入插件
|
||||
// { src: "~plugins/tinymce" ,ssr: false},
|
||||
{
|
||||
src: '~/plugins/wang-editor',
|
||||
mode: 'client',
|
||||
},
|
||||
],
|
||||
piniaPluginPersistedstate: {
|
||||
storage: 'localStorage',
|
||||
|
||||
Reference in New Issue
Block a user