2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 20:40:33 +03:00

feat: first work on vue v3 composition metainfo app

This commit is contained in:
pimlie
2020-05-03 19:59:05 +02:00
parent 41c7561bf9
commit 5d0eb1ab60
21 changed files with 551 additions and 182 deletions
+1 -1
View File
@@ -77,6 +77,6 @@ setTimeout(() => {
setTimeout(() => {
console.log('trigger app 4')
const App = Vue.extend({ template: `<div>app 4</div>` })
const App = Vue.extend({ template: '<div>app 4</div>' })
new App().$mount()
}, 10000)