@kazura/vue-portal
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.2 • Public • Published

Welcome to @kazura/vue-portal 👋

Version License: MIT

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

🤝 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

Readme

Keywords

Package Sidebar

Install

npm i @kazura/vue-portal

Weekly Downloads

2

Version

0.0.1-alpha.2

License

MIT

Unpacked Size

300 kB

Total Files

9

Last publish

Collaborators

  • kazura