dragonroll/backend/node_modules/simplemde-vue/simplemde-vue.js

10 lines
329 B
JavaScript
Raw Normal View History

2024-09-21 17:08:36 +00:00
import Editor from './components/Editor.vue'
// export default {
// // The install method is all that needs to exist on the plugin object.
// // It takes the global Vue object as well as user-defined options.
// install(Vue, options) {
// Vue.component('editor', Editor)
// }
// };
export default Editor