mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-28 08:04:05 +03:00
6907f9ac98
* examples: add content templates to ssr example * fix: improve meta content templates * chore: cleanup debug helper * refactor: split long if into variables
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
import createApp from './App'
|
|
|
|
window.users = []
|
|
|
|
const { app } = createApp()
|
|
app.$mount('#app')
|