npm-com-ui
v0.1.22
Published
Personal demo library
Readme
npm-com-ui
NOTE:This a demo component, DO NOT use it in your project!
Install
npm i npm-com-uiUsage
main.js:
import Common from 'npm-com-ui'
Vue.use(Common);in the page (xxx.vue)
<demo-component />