UNPKG

@sube126/test

Version:

just test vue component js

12 lines (8 loc) 260 B
import App from './app'; const install = (Vue) => { if (install.installed) return; install.installed = true; Vue.component(App.name, App); }; if (typeof window !== 'undefined' && window.Vue) install(window.Vue); export default { install, App };