Initial commit
This commit is contained in:
6
plugins/vue-video-background.client.ts
Normal file
6
plugins/vue-video-background.client.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// @ts-ignore
|
||||
import { Plugin } from 'vue-responsive-video-background-player'
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.use(Plugin)
|
||||
})
|
Reference in New Issue
Block a user