@lemonneko/vue-plugin-v-rap
v0.1.3
Published
It just replace your element with a rap video if it has a attribute called: v-rap
Downloads
6
Maintainers
Readme
vue-plugin-v-rap
Why not check the live demo first?
Usage
main.ts
import { createApp } from 'vue'
import { pluginRap } from '@lemonneko/vue-plugin-v-rap'
import App from './App.vue'
createApp(App)
.use(pluginRap, 'A link of a video about rap')
.mount('#app')App.vue
<template>
<div v-rap>
You can put anything here if you want.
</div>
</template>~~TODO LIST~~ ROAD MAP
Yes, I am serious, there are todo list of this project.
- [ ] Set value of
v-raptofalseto stop rap, back the elements to you. - [ ] Set value of
v-rapto2024to rap in VueConf China 2024. - [ ] ~~Set value of
v-rapto2025to rap in VueConf China 2025.~~ - [ ] ~~Set value of
v-rapto2026to rap in VueConf China 2026.~~
