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

feat: make ssr work

feat: update build script

chore: use jiti instead of babel-node for examples
This commit is contained in:
pimlie
2021-01-25 00:50:46 +01:00
parent 2e2c08e1f8
commit 9cfde5b550
37 changed files with 825 additions and 1606 deletions
+5
View File
@@ -1,3 +1,8 @@
if (!window.users) {
window.users = []
console.warn('window.users was not set')
}
window.users.push({
id: 1,
name: 'Leanne Graham',
+5
View File
@@ -1,3 +1,8 @@
if (!window.users) {
window.users = []
console.warn('window.users was not set')
}
window.users.push({
id: 2,
name: 'Ervin Howell',
+5
View File
@@ -1,3 +1,8 @@
if (!window.users) {
window.users = []
console.warn('window.users was not set')
}
window.users.push({
id: 3,
name: 'Clementine Bauch',
+5
View File
@@ -1,3 +1,8 @@
if (!window.users) {
window.users = []
console.warn('window.users was not set')
}
window.users.push({
id: 4,
name: 'Patricia Lebsack',