diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-09 17:53:13 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-09 17:53:13 +0000 |
| commit | 46375e7cb3391e49a5d988e9c7bcb51f506f1c0b (patch) | |
| tree | fe7c1e4c23922b1a569d83236c6b715a1e838054 /layouts | |
| parent | 487c2c7149e9072e800673ab20a601e278f23795 (diff) | |
| download | chine-projet-46375e7cb3391e49a5d988e9c7bcb51f506f1c0b.tar.gz chine-projet-46375e7cb3391e49a5d988e9c7bcb51f506f1c0b.tar.bz2 chine-projet-46375e7cb3391e49a5d988e9c7bcb51f506f1c0b.zip | |
FINALLY ADDEd background audio
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/default.vue b/layouts/default.vue index 077c5fe..b3903ce 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -2,6 +2,9 @@ <v-app dark> <v-main> <v-container> + <audio autoplay="autoplay"> + <source src="HKT4_Track05.mp3" /> + </audio> <nuxt /> </v-container> </v-main> |
