UNPKG

hss-comp

Version:

hss component

7 lines (6 loc) 202 B
import { createApp } from 'vue' import './style.css' import App from './App.vue' import MyPlugin from './components/index' console.log('myplugin==>',MyPlugin) createApp(App).use(MyPlugin).mount('#app')