From 9dbe49bb32276c994e824818c4863fde304c7110 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sun, 18 Feb 2024 10:36:39 +0800 Subject: [PATCH] upgrade to latest template --- MyApp.Client/package.json | 2 +- MyApp.Client/src/components/AuthorLinks.vue | 2 +- MyApp.Client/src/components/GettingStarted.vue | 2 +- MyApp.Client/src/components/MarkdownComponent.vue | 3 ++- MyApp.Client/src/pages/blog.vue | 4 ++-- MyApp.Client/src/pages/posts/[slug].vue | 3 +++ MyApp.Client/src/pages/posts/index.vue | 2 +- MyApp.Client/vite.config.ts | 8 +++++++- 8 files changed, 18 insertions(+), 8 deletions(-) diff --git a/MyApp.Client/package.json b/MyApp.Client/package.json index 4bbf7b2..13a8383 100644 --- a/MyApp.Client/package.json +++ b/MyApp.Client/package.json @@ -49,7 +49,7 @@ "unplugin-vue-markdown": "^0.26.0", "unplugin-vue-router": "^0.7.0", "vite": "^5.0.11", - "vite-plugin-press": "^1.0.6", + "vite-plugin-press": "^1.0.9", "vite-plugin-vue-layouts": "^0.11.0", "vite-svg-loader": "^5.1.0", "vue-tsc": "^1.8.27" diff --git a/MyApp.Client/src/components/AuthorLinks.vue b/MyApp.Client/src/components/AuthorLinks.vue index 2e1e03a..535d43d 100644 --- a/MyApp.Client/src/components/AuthorLinks.vue +++ b/MyApp.Client/src/components/AuthorLinks.vue @@ -29,7 +29,7 @@
  • - +
  • diff --git a/MyApp.Client/src/components/GettingStarted.vue b/MyApp.Client/src/components/GettingStarted.vue index 8eea7ae..b260cf7 100644 --- a/MyApp.Client/src/components/GettingStarted.vue +++ b/MyApp.Client/src/components/GettingStarted.vue @@ -30,7 +30,7 @@

    Run .NET Project

    dotnet watch - +