Open Tsaukpaetra opened 2 years ago
Hello, I am trying to specify default configuration, such as disable toc and save button
This is my attempt, but it seems to not have any effect?
import VueMarkdownEditor from '@kangc/v-md-editor'; import '@kangc/v-md-editor/lib/style/base-editor.css'; import kancenUS from '@kangc/v-md-editor/lib/lang/en-US'; VueMarkdownEditor.lang.use('en-US', kancenUS); import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js'; VueMarkdownEditor.use(vuepressTheme, { config: { 'disabled-menus': ['save', 'toc'] } }); Vue.use(VueMarkdownEditor)
The documentation is not very understandable how to accomplish this?
Hello, I am trying to specify default configuration, such as disable toc and save button
This is my attempt, but it seems to not have any effect?
The documentation is not very understandable how to accomplish this?