@kangc/v-md-editor
Version: 
A markdown editor built on Vue
25 lines (19 loc) • 549 B
JavaScript
// 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;