0.0.1 β’ Published 6 years ago
chuanghui-vue-portal v0.0.1
Portal
π π π ChuangHui π π π Vue Components.
Install
Using NPM
npm install chuanghui-portal
Using Yarn
yarn add chuanghui-portal
Usage
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
ζιιΈΏ π§ 928532756@qq.com
0.0.1
6 years ago