0.1.3 • Published 1 year ago
@lemonneko/vue-plugin-v-rap v0.1.3
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-rap
tofalse
to stop rap, back the elements to you. - Set value of
v-rap
to2024
to rap in VueConf China 2024. Set value ofv-rap
to2025
to rap in VueConf China 2025.Set value ofv-rap
to2026
to rap in VueConf China 2026.