@kazura/vue-portal
v0.0.1-alpha.2
Published
vue-portal
Downloads
3
Readme
vue-portal
🏠 Homepage
Install
yarn add @kazura/vue-portal
Usage
import { createComponent, destroyVM } from '@kazura/vue-portal'
const Component = {
props: {
title: String,
},
render(h) {
return h('h1', this.title)
},
}
const vm = createComponent(Component, { title: 'Test' }, true)
destroyVM(vm)
Author
👤 kazura233
- Website: https://github.com/kazura233
- Github: @kazura233
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator