Skip to content

kazura233/vue-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to @kazura/vue-portal 👋

Version License: MIT

vue-portal

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published