2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-22 23:34:05 +03:00
Files
vue-meta/examples/ssr/client-entry.js
2019-03-11 10:45:59 +01:00

4 lines
58 B
JavaScript

import createApp from './app'
createApp().$mount('#app')