UNPKG

@kangc/v-md-editor

Version:
25 lines (19 loc) 549 B
// This file is auto generated by build/build-entry.js import Component from './preview-html.vue'; // font css import '@/assets/css/font'; const version = '1.7.12'; const install = (Vue) => { Vue.component(Component.name, Component); }; Component.version = version; Component.install = install; Component.use = function (optionsOrInstall, opt) { if (typeof optionsOrInstall === 'function') { optionsOrInstall(Component, opt); } else { optionsOrInstall.install(Component, opt); } return Component; }; export default Component;