vue-use-embed
v1.0.5
Published
Vue use embed that have been brought together for you to use in all your components.
Downloads
4
Readme
:scroll: Documentation
You can find for more details and docs on vue-use-embed website.
:sunny: Introduction
vue-use-embed implemented as vue composition functions. currently usable with the @vue/composition-api
:package: Installation
# install with yarn
yarn add vue-use-embed or yarn add @vue/composition-api vue-use-embed
# install with npm
npm install vue-use-embed or npm install @vue/composition-api vue-use-embed:sparkles: useEmbed
useEmbedIt is a function that we have completed embed operations in functions.
:rocket: Features
- Reactivity system with Vue.js.
- Written in Javascript.
:star: Usage
| Name | Arguments | Returns |
| --------------------------- | --------- | ------------------- |
| useEmbed | initial | isEmbedBlock, clear |
