index.js 142 B

1234567
  1. import Ueditor from './src/main.vue';
  2. Ueditor.install = function(Vue) {
  3. Vue.component(Ueditor.name, Ueditor);
  4. };
  5. export default Ueditor;