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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user