chuanghui-vue-portal
v0.0.1
Published
ChuangHui Vue Components
Readme
Portal
📓 📔 📕 ChuangHui 📗 📘 📙 Vue Components.
Install
Using NPM
npm install chuanghui-portalUsing Yarn
yarn add chuanghui-portalUsage
main.js
import Vue from 'vue'
import App from './App'
import Portal from '@/components/chuanghui-portal.vue'
Vue.component(Portal.name, Portal)
new Vue({
el: '#app',
router,
components: { App, Portal },
template: `
<Portal>
<App/>
</Portal>
`
})
Contributors
李钊鸿 📧 [email protected]
