UNPKG

common-mini-components

Version:

公共组件

9 lines (7 loc) 144 B
import {App} from 'vue' import Preview from './Preview.vue' export default { install(app: App) { app.component('Preview', Preview) } }