2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-28 08:04:05 +03:00
Files
vue-meta/examples/ssr/browser.js
T
Pim 6907f9ac98 fix: meta content templates (#429)
* examples: add content templates to ssr example

* fix: improve meta content templates

* chore: cleanup debug helper

* refactor: split long if into variables
2019-08-03 10:44:34 +02:00

7 lines
97 B
JavaScript

import createApp from './App'
window.users = []
const { app } = createApp()
app.$mount('#app')