From 6e536afc2296932a1e4e7f9c1d8c6012ace747bb Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Thu, 22 Feb 2024 11:58:41 +0800 Subject: [PATCH] Update --- MyApp.Client/package.json | 2 +- MyApp.Client/src/components/Include.vue | 16 ++++++++++++++++ MyApp.Client/src/pages/index.vue | 2 +- MyApp.Client/src/pages/videos.vue | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 MyApp.Client/src/components/Include.vue diff --git a/MyApp.Client/package.json b/MyApp.Client/package.json index 0fa62cc..b9ce3e2 100644 --- a/MyApp.Client/package.json +++ b/MyApp.Client/package.json @@ -18,6 +18,7 @@ "dependencies": { "@servicestack/client": "^2.1.1", "@servicestack/vue": "^3.0.88", + "@unhead/vue": "^1.8.10", "@vueuse/core": "^10.7.2", "pinia": "^2.1.7", "vue": "^3.4.15", @@ -31,7 +32,6 @@ "@tsconfig/node20": "^20.1.2", "@types/markdown-it-container": "^2.0.9", "@types/node": "^20.11.10", - "@unhead/vue": "^1.8.10", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.5.1", diff --git a/MyApp.Client/src/components/Include.vue b/MyApp.Client/src/components/Include.vue new file mode 100644 index 0000000..ba4a98b --- /dev/null +++ b/MyApp.Client/src/components/Include.vue @@ -0,0 +1,16 @@ + + + diff --git a/MyApp.Client/src/pages/index.vue b/MyApp.Client/src/pages/index.vue index 951d0a6..433fd2f 100644 --- a/MyApp.Client/src/pages/index.vue +++ b/MyApp.Client/src/pages/index.vue @@ -32,7 +32,7 @@
- +

Videos

diff --git a/MyApp.Client/src/pages/videos.vue b/MyApp.Client/src/pages/videos.vue index 59311be..09be35a 100644 --- a/MyApp.Client/src/pages/videos.vue +++ b/MyApp.Client/src/pages/videos.vue @@ -1,7 +1,7 @@