From ac51c9c7311911b2b72496b1fbc888e1be1cdba8 Mon Sep 17 00:00:00 2001
From: Bang <15622356989@163.com>
Date: Fri, 30 Dec 2022 12:01:39 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF?=
=?UTF-8?q?=E9=93=BE=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../.vitepress/src/components/AppHeader.vue | 2 +-
.../app/.vitepress/src/layouts/LayoutNews.vue | 2 +-
.../app/.vitepress/src/views/news/TheNews.vue | 2 +-
packages/vitepress-ts-demo/app/zh/index.md | 5 -
.../vitepress-ts-demo/app/zh/news/index.md | 4 +
packages/vue3-ts-mpa-starter/pnpm-lock.yaml | 139 +++++++++---------
6 files changed, 73 insertions(+), 81 deletions(-)
delete mode 100644 packages/vitepress-ts-demo/app/zh/index.md
diff --git a/packages/vitepress-ts-demo/app/.vitepress/src/components/AppHeader.vue b/packages/vitepress-ts-demo/app/.vitepress/src/components/AppHeader.vue
index e2ffded..4b1dfef 100644
--- a/packages/vitepress-ts-demo/app/.vitepress/src/components/AppHeader.vue
+++ b/packages/vitepress-ts-demo/app/.vitepress/src/components/AppHeader.vue
@@ -16,7 +16,7 @@ const logo = computed(() =>
// 返回首页
const goHome = () => {
- router.go(`/${lang.value}/`);
+ window.open('http://www.openeuler.org', '_blank');
};
diff --git a/packages/vitepress-ts-demo/app/.vitepress/src/layouts/LayoutNews.vue b/packages/vitepress-ts-demo/app/.vitepress/src/layouts/LayoutNews.vue
index 5b46ac1..8d6c5d7 100644
--- a/packages/vitepress-ts-demo/app/.vitepress/src/layouts/LayoutNews.vue
+++ b/packages/vitepress-ts-demo/app/.vitepress/src/layouts/LayoutNews.vue
@@ -8,7 +8,7 @@ const { frontmatter, lang } = useData();
const i18n = useI18n();
const newsInfo = {
- link: '/zh/',
+ link: '/templates/zh/news/',
name: '新闻',
};
diff --git a/packages/vitepress-ts-demo/app/.vitepress/src/views/news/TheNews.vue b/packages/vitepress-ts-demo/app/.vitepress/src/views/news/TheNews.vue
index cad0c4a..573d4a9 100644
--- a/packages/vitepress-ts-demo/app/.vitepress/src/views/news/TheNews.vue
+++ b/packages/vitepress-ts-demo/app/.vitepress/src/views/news/TheNews.vue
@@ -7,7 +7,7 @@ import { useRouter } from 'vitepress';
const router = useRouter();
const handleNewsClick = () => {
- router.go('/zh/news/20220831');
+ router.go('/templates/zh/news/20220831');
};
diff --git a/packages/vitepress-ts-demo/app/zh/index.md b/packages/vitepress-ts-demo/app/zh/index.md
deleted file mode 100644
index 53b3cef..0000000
--- a/packages/vitepress-ts-demo/app/zh/index.md
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
diff --git a/packages/vitepress-ts-demo/app/zh/news/index.md b/packages/vitepress-ts-demo/app/zh/news/index.md
index 53b3cef..a1d1dc3 100644
--- a/packages/vitepress-ts-demo/app/zh/news/index.md
+++ b/packages/vitepress-ts-demo/app/zh/news/index.md
@@ -1,3 +1,7 @@
+---
+title: 'OpenDesign模板'
+---
+
diff --git a/packages/vue3-ts-mpa-starter/pnpm-lock.yaml b/packages/vue3-ts-mpa-starter/pnpm-lock.yaml
index b1cff31..87469e8 100644
--- a/packages/vue3-ts-mpa-starter/pnpm-lock.yaml
+++ b/packages/vue3-ts-mpa-starter/pnpm-lock.yaml
@@ -1,46 +1,47 @@
-lockfileVersion: 5.3
-
-specifiers:
- '@types/node': ^17.0.21
- '@typescript-eslint/eslint-plugin': ^5.13.0
- '@typescript-eslint/parser': ^5.13.0
- '@vitejs/plugin-vue': ^2.2.0
- '@vue/eslint-config-prettier': ^7.0.0
- '@vue/eslint-config-typescript': ^10.0.0
- axios: ^0.26.0
- eslint: ^8.9.0
- eslint-plugin-vue: ^8.5.0
- normalize.css: ^8.0.1
- pinia: ^2.0.11
- prettier: ^2.5.1
- sass: ^1.49.9
- typescript: ^4.5.4
- vite: ^2.8.0
- vue: ^3.2.25
- vue-router: ^4.0.13
- vue-tsc: ^0.29.8
-
-dependencies:
- axios: registry.npmmirror.com/axios/0.26.0
- normalize.css: registry.npmmirror.com/normalize.css/8.0.1
- pinia: registry.npmmirror.com/pinia/2.0.11_typescript@4.5.5+vue@3.2.31
- vue: registry.npmmirror.com/vue/3.2.31
- vue-router: registry.npmmirror.com/vue-router/4.0.13_vue@3.2.31
-
-devDependencies:
- '@types/node': registry.npmmirror.com/@types/node/17.0.21
- '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.13.0_c4bb744946c8ce39a7de38090b8f76bc
- '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.13.0_eslint@8.9.0+typescript@4.5.5
- '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/2.2.2_vite@2.8.4+vue@3.2.31
- '@vue/eslint-config-prettier': registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0_eslint@8.9.0+prettier@2.5.1
- '@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/10.0.0_73b0c10f706bc65f10d6ca86e0685696
- eslint: registry.npmmirror.com/eslint/8.9.0
- eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.5.0_eslint@8.9.0
- prettier: registry.npmmirror.com/prettier/2.5.1
- sass: registry.npmmirror.com/sass/1.49.9
- typescript: registry.npmmirror.com/typescript/4.5.5
- vite: registry.npmmirror.com/vite/2.8.4_sass@1.49.9
- vue-tsc: registry.npmmirror.com/vue-tsc/0.29.8_typescript@4.5.5
+lockfileVersion: 5.4
+
+importers:
+
+ .:
+ specifiers:
+ '@types/node': ^17.0.21
+ '@typescript-eslint/eslint-plugin': ^5.13.0
+ '@typescript-eslint/parser': ^5.13.0
+ '@vitejs/plugin-vue': ^2.2.0
+ '@vue/eslint-config-prettier': ^7.0.0
+ '@vue/eslint-config-typescript': ^10.0.0
+ axios: ^0.26.0
+ eslint: ^8.9.0
+ eslint-plugin-vue: ^8.5.0
+ normalize.css: ^8.0.1
+ pinia: ^2.0.11
+ prettier: ^2.5.1
+ sass: ^1.49.9
+ typescript: ^4.5.4
+ vite: ^2.8.0
+ vue: ^3.2.25
+ vue-router: ^4.0.13
+ vue-tsc: ^0.29.8
+ dependencies:
+ axios: registry.npmmirror.com/axios/0.26.0
+ normalize.css: registry.npmmirror.com/normalize.css/8.0.1
+ pinia: registry.npmmirror.com/pinia/2.0.11_yiky6a7nq42a76m3cgtakyoff4
+ vue: registry.npmmirror.com/vue/3.2.31
+ vue-router: registry.npmmirror.com/vue-router/4.0.13_vue@3.2.31
+ devDependencies:
+ '@types/node': registry.npmmirror.com/@types/node/17.0.21
+ '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.13.0_ys5xiskgzdhdtj66haeqxd3wxq
+ '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy
+ '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/2.2.2_vite@2.8.4+vue@3.2.31
+ '@vue/eslint-config-prettier': registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0_o3yyxvqqntu2psyhklvnrymevm
+ '@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/10.0.0_ooymcd3qnpdf6egwzkdoa2cwsy
+ eslint: registry.npmmirror.com/eslint/8.9.0
+ eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.5.0_eslint@8.9.0
+ prettier: registry.npmmirror.com/prettier/2.5.1
+ sass: registry.npmmirror.com/sass/1.49.9
+ typescript: registry.npmmirror.com/typescript/4.5.5
+ vite: registry.npmmirror.com/vite/2.8.4_sass@1.49.9
+ vue-tsc: registry.npmmirror.com/vue-tsc/0.29.8_typescript@4.5.5
packages:
@@ -55,7 +56,6 @@ packages:
name: '@babel/helper-validator-identifier'
version: 7.16.7
engines: {node: '>=6.9.0'}
- dev: true
registry.npmmirror.com/@babel/parser/7.17.3:
resolution: {integrity: sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/parser/-/parser-7.17.3.tgz}
@@ -63,6 +63,8 @@ packages:
version: 7.17.3
engines: {node: '>=6.0.0'}
hasBin: true
+ dependencies:
+ '@babel/types': registry.npmmirror.com/@babel/types/7.17.0
registry.npmmirror.com/@babel/types/7.17.0:
resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@babel/types/-/types-7.17.0.tgz}
@@ -72,7 +74,6 @@ packages:
dependencies:
'@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.16.7
to-fast-properties: registry.npmmirror.com/to-fast-properties/2.0.0
- dev: true
registry.npmmirror.com/@emmetio/abbreviation/2.2.3:
resolution: {integrity: sha512-87pltuCPt99aL+y9xS6GPZ+Wmmyhll2WXH73gG/xpGcQ84DRnptBsI2r0BeIQ0EB/SQTOe2ANPqFqj3Rj5FOGA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@emmetio/abbreviation/-/abbreviation-2.2.3.tgz}
@@ -173,7 +174,7 @@ packages:
version: 17.0.21
dev: true
- registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.13.0_c4bb744946c8ce39a7de38090b8f76bc:
+ registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.13.0_ys5xiskgzdhdtj66haeqxd3wxq:
resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz}
id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.13.0
name: '@typescript-eslint/eslint-plugin'
@@ -187,10 +188,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.13.0_eslint@8.9.0+typescript@4.5.5
+ '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy
'@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.13.0
- '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.13.0_eslint@8.9.0+typescript@4.5.5
- '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.13.0_eslint@8.9.0+typescript@4.5.5
+ '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy
+ '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy
debug: registry.npmmirror.com/debug/4.3.3
eslint: registry.npmmirror.com/eslint/8.9.0
functional-red-black-tree: registry.npmmirror.com/functional-red-black-tree/1.0.1
@@ -203,7 +204,7 @@ packages:
- supports-color
dev: true
- registry.npmmirror.com/@typescript-eslint/parser/5.13.0_eslint@8.9.0+typescript@4.5.5:
+ registry.npmmirror.com/@typescript-eslint/parser/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy:
resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.13.0.tgz}
id: registry.npmmirror.com/@typescript-eslint/parser/5.13.0
name: '@typescript-eslint/parser'
@@ -236,7 +237,7 @@ packages:
'@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.13.0
dev: true
- registry.npmmirror.com/@typescript-eslint/type-utils/5.13.0_eslint@8.9.0+typescript@4.5.5:
+ registry.npmmirror.com/@typescript-eslint/type-utils/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy:
resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz}
id: registry.npmmirror.com/@typescript-eslint/type-utils/5.13.0
name: '@typescript-eslint/type-utils'
@@ -249,7 +250,7 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.13.0_eslint@8.9.0+typescript@4.5.5
+ '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy
debug: registry.npmmirror.com/debug/4.3.3
eslint: registry.npmmirror.com/eslint/8.9.0
tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.5.5
@@ -289,7 +290,7 @@ packages:
- supports-color
dev: true
- registry.npmmirror.com/@typescript-eslint/utils/5.13.0_eslint@8.9.0+typescript@4.5.5:
+ registry.npmmirror.com/@typescript-eslint/utils/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy:
resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.13.0.tgz}
id: registry.npmmirror.com/@typescript-eslint/utils/5.13.0
name: '@typescript-eslint/utils'
@@ -441,7 +442,6 @@ packages:
magic-string: registry.npmmirror.com/magic-string/0.25.7
postcss: registry.npmmirror.com/postcss/8.4.7
source-map: registry.npmmirror.com/source-map/0.6.1
- dev: false
registry.npmmirror.com/@vue/compiler-ssr/3.2.31:
resolution: {integrity: sha512-mjN0rqig+A8TVDnsGPYJM5dpbjlXeHUm2oZHZwGyMYiGT/F4fhJf/cXy8QpjnLQK4Y9Et4GWzHn9PS8AHUnSkw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.31.tgz}
@@ -450,7 +450,6 @@ packages:
dependencies:
'@vue/compiler-dom': registry.npmmirror.com/@vue/compiler-dom/3.2.31
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.31
- dev: false
registry.npmmirror.com/@vue/devtools-api/6.0.12:
resolution: {integrity: sha512-iO/4FIezHKXhiDBdKySCvJVh8/mZPxHpiQrTy+PXVqJZgpTPTdHy4q8GXulaY+UKEagdkBb0onxNQZ0LNiqVhw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.0.12.tgz}
@@ -458,7 +457,7 @@ packages:
version: 6.0.12
dev: false
- registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0_eslint@8.9.0+prettier@2.5.1:
+ registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0_o3yyxvqqntu2psyhklvnrymevm:
resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz}
id: registry.npmmirror.com/@vue/eslint-config-prettier/7.0.0
name: '@vue/eslint-config-prettier'
@@ -469,11 +468,11 @@ packages:
dependencies:
eslint: registry.npmmirror.com/eslint/8.9.0
eslint-config-prettier: registry.npmmirror.com/eslint-config-prettier/8.4.0_eslint@8.9.0
- eslint-plugin-prettier: registry.npmmirror.com/eslint-plugin-prettier/4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f
+ eslint-plugin-prettier: registry.npmmirror.com/eslint-plugin-prettier/4.0.0_t5rlqxhdzybjjhn5fth7z27jl4
prettier: registry.npmmirror.com/prettier/2.5.1
dev: true
- registry.npmmirror.com/@vue/eslint-config-typescript/10.0.0_73b0c10f706bc65f10d6ca86e0685696:
+ registry.npmmirror.com/@vue/eslint-config-typescript/10.0.0_ooymcd3qnpdf6egwzkdoa2cwsy:
resolution: {integrity: sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz}
id: registry.npmmirror.com/@vue/eslint-config-typescript/10.0.0
name: '@vue/eslint-config-typescript'
@@ -482,15 +481,19 @@ packages:
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
eslint-plugin-vue: ^8.0.1
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
dependencies:
- '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.13.0_c4bb744946c8ce39a7de38090b8f76bc
- '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.13.0_eslint@8.9.0+typescript@4.5.5
+ '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.13.0_ys5xiskgzdhdtj66haeqxd3wxq
+ '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.13.0_fhzmdq77bspfhxkfuzq4fbrdsy
eslint: registry.npmmirror.com/eslint/8.9.0
eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/8.5.0_eslint@8.9.0
+ typescript: registry.npmmirror.com/typescript/4.5.5
vue-eslint-parser: registry.npmmirror.com/vue-eslint-parser/8.3.0_eslint@8.9.0
transitivePeerDependencies:
- supports-color
- - typescript
dev: true
registry.npmmirror.com/@vue/reactivity-transform/3.2.31:
@@ -503,7 +506,6 @@ packages:
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.31
estree-walker: registry.npmmirror.com/estree-walker/2.0.2
magic-string: registry.npmmirror.com/magic-string/0.25.7
- dev: false
registry.npmmirror.com/@vue/reactivity/3.2.31:
resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.2.31.tgz}
@@ -519,7 +521,6 @@ packages:
dependencies:
'@vue/reactivity': registry.npmmirror.com/@vue/reactivity/3.2.31
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.31
- dev: false
registry.npmmirror.com/@vue/runtime-dom/3.2.31:
resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.2.31.tgz}
@@ -529,7 +530,6 @@ packages:
'@vue/runtime-core': registry.npmmirror.com/@vue/runtime-core/3.2.31
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.31
csstype: registry.npmmirror.com/csstype/2.6.19
- dev: false
registry.npmmirror.com/@vue/server-renderer/3.2.31_vue@3.2.31:
resolution: {integrity: sha512-8CN3Zj2HyR2LQQBHZ61HexF5NReqngLT3oahyiVRfSSvak+oAvVmu8iNLSu6XR77Ili2AOpnAt1y8ywjjqtmkg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.31.tgz}
@@ -542,7 +542,6 @@ packages:
'@vue/compiler-ssr': registry.npmmirror.com/@vue/compiler-ssr/3.2.31
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.31
vue: registry.npmmirror.com/vue/3.2.31
- dev: false
registry.npmmirror.com/@vue/shared/3.2.31:
resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/shared/-/shared-3.2.31.tgz}
@@ -778,7 +777,6 @@ packages:
resolution: {integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/csstype/-/csstype-2.6.19.tgz}
name: csstype
version: 2.6.19
- dev: false
registry.npmmirror.com/debug/4.3.3:
resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/debug/-/debug-4.3.3.tgz}
@@ -1138,7 +1136,7 @@ packages:
eslint: registry.npmmirror.com/eslint/8.9.0
dev: true
- registry.npmmirror.com/eslint-plugin-prettier/4.0.0_9f62b85ce3ce02949dbd2ccffcebe95f:
+ registry.npmmirror.com/eslint-plugin-prettier/4.0.0_t5rlqxhdzybjjhn5fth7z27jl4:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz}
id: registry.npmmirror.com/eslint-plugin-prettier/4.0.0
name: eslint-plugin-prettier
@@ -1758,7 +1756,6 @@ packages:
version: 0.25.7
dependencies:
sourcemap-codec: registry.npmmirror.com/sourcemap-codec/1.4.8
- dev: false
registry.npmmirror.com/merge2/1.4.1:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz}
@@ -1894,7 +1891,7 @@ packages:
engines: {node: '>=8.6'}
dev: true
- registry.npmmirror.com/pinia/2.0.11_typescript@4.5.5+vue@3.2.31:
+ registry.npmmirror.com/pinia/2.0.11_yiky6a7nq42a76m3cgtakyoff4:
resolution: {integrity: sha512-JzcmnMqu28PNWOjDgEDK6fTrIzX8eQZKPPKvu/fpHdpXARUj1xeVdFi3YFIMOWswqaBd589cpmAMdSSTryI9iw==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/pinia/-/pinia-2.0.11.tgz}
id: registry.npmmirror.com/pinia/2.0.11
name: pinia
@@ -2220,7 +2217,6 @@ packages:
resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz}
name: sourcemap-codec
version: 1.4.8
- dev: false
registry.npmmirror.com/strip-ansi/6.0.1:
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz}
@@ -2265,7 +2261,6 @@ packages:
name: to-fast-properties
version: 2.0.0
engines: {node: '>=4'}
- dev: true
registry.npmmirror.com/to-regex-range/5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz}
@@ -2323,7 +2318,6 @@ packages:
version: 4.5.5
engines: {node: '>=4.2.0'}
hasBin: true
- dev: true
registry.npmmirror.com/upath/2.0.1:
resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/upath/-/upath-2.0.1.tgz}
@@ -2602,7 +2596,6 @@ packages:
'@vue/runtime-dom': registry.npmmirror.com/@vue/runtime-dom/3.2.31
'@vue/server-renderer': registry.npmmirror.com/@vue/server-renderer/3.2.31_vue@3.2.31
'@vue/shared': registry.npmmirror.com/@vue/shared/3.2.31
- dev: false
registry.npmmirror.com/which/2.0.2:
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/which/-/which-2.0.2.tgz}
--
Gitee