Skip to content

Commit 3fe493e

Browse files
authored
fix(sites): fix the error when installing vue-docs dependencies in pnpm (#2816)
1 parent 5e9e4ee commit 3fe493e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/sites/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
"@opentiny/vue-theme": "workspace:~",
4040
"@opentiny/vue-theme-mobile": "workspace:~",
4141
"@opentiny/vue-theme-saas": "workspace:~",
42+
"@opentiny/vue-locale": "workspace:~",
43+
"@opentiny/vue-renderless": "workspace:~",
44+
"@opentiny/vue-modal": "workspace:~",
45+
"@opentiny/vue-flowchart": "workspace:~",
4246
"@opentiny/vue-vite-import": "workspace:~",
4347
"@unocss/reset": "0.38.2",
4448
"@vue/repl": "^2.5.5",

examples/sites/src/views/overview.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
import { defineComponent, reactive, toRefs, onMounted } from 'vue'
6868
import { useRoute } from 'vue-router'
6969
import { cmpMenus } from '@menu/menus.js'
70-
import TinyInput from '@opentiny/vue-input'
70+
import { TinyInput } from '@opentiny/vue'
7171
import noDataSvg from '@/assets/images/no-data.svg?url'
7272
import searchSvg from '@/assets/images/search.svg?url'
7373
import { getWord, i18nByKey, isZhCn, pubUrl } from '@/tools'

0 commit comments

Comments
 (0)