UNPKG

189 BJavaScriptView Raw
1import Component from './Component';
2export { render } from './render';
3export { Component };
4function install(Vue) {
5 Vue.component('bbob-bbcode', Component);
6}
7export default install;