@live-change/blog-frontend 0.2.51 → 0.2.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/front/src/App.vue +11 -4
- package/package.json +21 -22
package/front/src/App.vue
CHANGED
|
@@ -16,14 +16,21 @@
|
|
|
16
16
|
import { useI18n } from 'vue-i18n'
|
|
17
17
|
const i18n = useI18n()
|
|
18
18
|
|
|
19
|
-
import {
|
|
20
|
-
|
|
19
|
+
import { computed } from 'vue'
|
|
20
|
+
import { useHead } from '@vueuse/head'
|
|
21
|
+
useHead(computed(() => ({
|
|
21
22
|
title: 'Title',
|
|
23
|
+
meta: [
|
|
24
|
+
{ charset: 'utf-8' },
|
|
25
|
+
{ name: 'viewport',
|
|
26
|
+
content: "user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1," +
|
|
27
|
+
" width=device-width, viewport-fit=cover" }
|
|
28
|
+
],
|
|
22
29
|
htmlAttrs: {
|
|
23
|
-
lang:
|
|
30
|
+
lang: 'en',
|
|
24
31
|
amp: true
|
|
25
32
|
}
|
|
26
|
-
})
|
|
33
|
+
})))
|
|
27
34
|
|
|
28
35
|
import { watch } from 'vue'
|
|
29
36
|
import { client as useClient } from '@live-change/vue3-ssr'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/blog-frontend",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.53",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
|
24
|
-
"@live-change/blog-service": "0.3.
|
|
25
|
-
"@live-change/cli": "0.7.
|
|
26
|
-
"@live-change/content-frontend": "^0.2.
|
|
24
|
+
"@live-change/blog-service": "0.3.29",
|
|
25
|
+
"@live-change/cli": "0.7.30",
|
|
26
|
+
"@live-change/content-frontend": "^0.2.53",
|
|
27
27
|
"@live-change/dao": "0.5.20",
|
|
28
28
|
"@live-change/dao-vue3": "0.5.20",
|
|
29
29
|
"@live-change/dao-websocket": "0.5.20",
|
|
30
|
-
"@live-change/framework": "0.7.
|
|
31
|
-
"@live-change/image-service": "0.3.
|
|
32
|
-
"@live-change/session-service": "0.3.
|
|
30
|
+
"@live-change/framework": "0.7.30",
|
|
31
|
+
"@live-change/image-service": "0.3.29",
|
|
32
|
+
"@live-change/session-service": "0.3.29",
|
|
33
33
|
"@live-change/vue3-components": "0.2.28",
|
|
34
34
|
"@live-change/vue3-ssr": "0.2.28",
|
|
35
|
-
"@vueuse/core": "^
|
|
35
|
+
"@vueuse/core": "^10.4.1",
|
|
36
36
|
"codeceptjs-assert": "^0.0.5",
|
|
37
37
|
"compression": "^1.7.4",
|
|
38
38
|
"cross-env": "^7.0.3",
|
|
@@ -40,30 +40,29 @@
|
|
|
40
40
|
"get-port-sync": "1.0.1",
|
|
41
41
|
"pica": "^9.0.1",
|
|
42
42
|
"pretty-bytes": "^6.0.0",
|
|
43
|
-
"primeflex": "^3.3.
|
|
43
|
+
"primeflex": "^3.3.1",
|
|
44
44
|
"primeicons": "^6.0.1",
|
|
45
|
-
"primevue": "^3.
|
|
45
|
+
"primevue": "^3.34.1",
|
|
46
46
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
47
|
-
"rollup-plugin-visualizer": "5.
|
|
48
|
-
"serialize-javascript": "^6.0.
|
|
47
|
+
"rollup-plugin-visualizer": "5.9.2",
|
|
48
|
+
"serialize-javascript": "^6.0.1",
|
|
49
49
|
"serve-static": "^1.15.0",
|
|
50
|
-
"v-shared-element": "3.1.
|
|
51
|
-
"vue-
|
|
52
|
-
"vue-router": "^4.1.3",
|
|
50
|
+
"v-shared-element": "3.1.1",
|
|
51
|
+
"vue-router": "^4.2.4",
|
|
53
52
|
"vue3-scroll-border": "0.1.5"
|
|
54
53
|
},
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@live-change/codeceptjs-helper": "0.7.
|
|
57
|
-
"@wdio/selenium-standalone-service": "^
|
|
58
|
-
"codeceptjs": "^3.
|
|
55
|
+
"@live-change/codeceptjs-helper": "0.7.30",
|
|
56
|
+
"@wdio/selenium-standalone-service": "^8.15.0",
|
|
57
|
+
"codeceptjs": "^3.5.4",
|
|
59
58
|
"generate-password": "1.7.0",
|
|
60
|
-
"playwright": "^1.
|
|
59
|
+
"playwright": "^1.37.1",
|
|
61
60
|
"random-profile-generator": "^2.3.0",
|
|
62
|
-
"txtgen": "^3.0.
|
|
63
|
-
"webdriverio": "^
|
|
61
|
+
"txtgen": "^3.0.6",
|
|
62
|
+
"webdriverio": "^8.16.6"
|
|
64
63
|
},
|
|
65
64
|
"author": "",
|
|
66
65
|
"license": "ISC",
|
|
67
66
|
"description": "",
|
|
68
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "55ef49d734bc2bd983010f862648e16aaf680d9f"
|
|
69
68
|
}
|