vue-use-embed implemented as vue composition functions.
# ☀️ Introduction
vue-use-embed
implemented as vue composition functions. currently usable with the @vue/composition-api (opens new window)
# 🚀 Features
- Reactivity system with Vue.js.
- Written in Javascript.
# 📦 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
# ⭐️ Usage
Name | Arguments | Returns |
---|---|---|
useEmbed | initial | isEmbedBlock, clear |
# 💐 Example
You can see how it changes reactively using the example below.