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:
@@ -1,3 +1,8 @@
|
||||
if (!window.users) {
|
||||
window.users = []
|
||||
console.warn('window.users was not set')
|
||||
}
|
||||
|
||||
window.users.push({
|
||||
id: 1,
|
||||
name: 'Leanne Graham',
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
if (!window.users) {
|
||||
window.users = []
|
||||
console.warn('window.users was not set')
|
||||
}
|
||||
|
||||
window.users.push({
|
||||
id: 2,
|
||||
name: 'Ervin Howell',
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
if (!window.users) {
|
||||
window.users = []
|
||||
console.warn('window.users was not set')
|
||||
}
|
||||
|
||||
window.users.push({
|
||||
id: 3,
|
||||
name: 'Clementine Bauch',
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
if (!window.users) {
|
||||
window.users = []
|
||||
console.warn('window.users was not set')
|
||||
}
|
||||
|
||||
window.users.push({
|
||||
id: 4,
|
||||
name: 'Patricia Lebsack',
|
||||
|
||||
Reference in New Issue
Block a user