diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-07 16:09:53 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-07 16:09:53 +0000 |
| commit | 301228ad97afa6b57a2a5290096ff9e03fb052a3 (patch) | |
| tree | f5785c9e0289dadbbe86000c700608783461fba2 /plugins | |
| parent | a1285728d3d352166b8fe6df27aa078d9373d22e (diff) | |
| download | chine-projet-301228ad97afa6b57a2a5290096ff9e03fb052a3.tar.gz chine-projet-301228ad97afa6b57a2a5290096ff9e03fb052a3.tar.bz2 chine-projet-301228ad97afa6b57a2a5290096ff9e03fb052a3.zip | |
Added more pages and fixes
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/youtube.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/youtube.js b/plugins/youtube.js new file mode 100644 index 0000000..525929a --- /dev/null +++ b/plugins/youtube.js @@ -0,0 +1,9 @@ +/* +import Vue from 'vue' + +import VueYouTubeEmbed from 'vue-youtube-embed' + +Vue.use(VueYouTubeEmbed) + +Vue.use(VueYouTubeEmbed, { global: true }) +*/ |
