mirror of
https://github.com/kevin-DL/comedy-video-lib.git
synced 2026-01-11 19:04:27 +00:00
Home Page
- Added slider for the popular video section
This commit is contained in:
@@ -14,7 +14,10 @@ export default {
|
||||
css: [],
|
||||
|
||||
// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)
|
||||
plugins: [{ src: '~/plugins/magic.js', mode: 'client' }],
|
||||
plugins: [
|
||||
{ src: '~/plugins/magic.js', mode: 'client' },
|
||||
{ src: '~/plugins/vue-splide.js', mode: 'client' },
|
||||
],
|
||||
|
||||
// Auto import components (https://go.nuxtjs.dev/config-components)
|
||||
components: true,
|
||||
|
||||
Reference in New Issue
Block a user