0.0.1-alpha.2 ā€¢ Published 2 years ago

@kazura/vue-portal v0.0.1-alpha.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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