Skip to content

Commit a578000

Browse files
authored
chore: added the cdn address of Huicharts component runtime, and updated the version number of docs to 3.22.3 (#3308)
1 parent d14e8cb commit a578000

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

examples/sites/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-docs",
3-
"version": "3.22.1",
3+
"version": "3.22.3",
44
"license": "MIT",
55
"scripts": {
66
"start": "vite",
@@ -33,9 +33,9 @@
3333
"@opentiny/vue-design-saas": "workspace:~",
3434
"@opentiny/vue-design-smb": "workspace:~",
3535
"@opentiny/vue-directive": "workspace:~",
36+
"@opentiny/vue-flowchart": "workspace:~",
3637
"@opentiny/vue-hooks": "workspace:~",
3738
"@opentiny/vue-huicharts": "workspace:~",
38-
"@opentiny/vue-flowchart": "workspace:~",
3939
"@opentiny/vue-icon": "workspace:~",
4040
"@opentiny/vue-icon-multicolor": "workspace:~",
4141
"@opentiny/vue-icon-saas": "workspace:~",
@@ -48,16 +48,16 @@
4848
"@opentiny/vue-vite-import": "~1.2.0",
4949
"@unocss/reset": "0.38.2",
5050
"@vue/repl": "^2.5.5",
51+
"@vueuse/core": "^12.7.0",
5152
"@vueuse/head": "0.7.13",
5253
"github-markdown-css": "~5.1.0",
5354
"highlight.js": "^11.5.1",
5455
"marked": "^4.3.0",
55-
"@vueuse/core": "^12.7.0",
5656
"prismjs": "^1.28.0",
5757
"sortablejs": "1.15.0",
5858
"tailwindcss": "^3.2.4",
5959
"vue": "^3.4.31",
60-
"vue-i18n": "^9.1.10",
60+
"vue-i18n": "~9.14.3",
6161
"vue-router": "4.1.5"
6262
},
6363
"devDependencies": {
@@ -99,4 +99,4 @@
9999
"vite-svg-loader": "^3.6.0",
100100
"vue-tsc": "^1.8.5"
101101
}
102-
}
102+
}

examples/sites/playground/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const createImportMap = (version) => {
7878
'@opentiny/vue-locale': `${getRuntime(version)}tiny-vue-locale.mjs`,
7979
'@opentiny/vue-common': `${getRuntime(version)}tiny-vue-common.mjs`,
8080
'@opentiny/vue-directive': `${getRuntime(version)}tiny-vue-directive.mjs`,
81+
'@opentiny/vue-huicharts': `${getRuntime(version)}tiny-vue-huicharts.mjs`,
8182
'@opentiny/vue-theme/': `${cdnHost}/@opentiny/vue-theme${versionDelimiter}${version}/${fileDelimiter}`,
8283
'@opentiny/vue-theme-mobile/': `${cdnHost}/@opentiny/vue-theme-mobile${versionDelimiter}${version}/${fileDelimiter}`,
8384
'@opentiny/vue-renderless/': `${cdnHost}/@opentiny/vue-renderless${versionDelimiter}${version}/${fileDelimiter}`,

0 commit comments

Comments
 (0)