Skip to content

Commit

Permalink
fix: fix exportName mismatch (opentiny#929)
Browse files Browse the repository at this point in the history
修复 TinyPopeditor 和 TinyBreadcrumb 物料配置错误的 bug
  • Loading branch information
lichunn authored Dec 6, 2024
1 parent 3421b0f commit 1dc492a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions designer-demo/public/mock/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -9060,7 +9060,7 @@
"devMode": "proCode",
"npm": {
"package": "@opentiny/vue",
"exportName": "Select",
"exportName": "Breadcrumb",
"version": "3.14.0",
"destructuring": true,
"script": "https://unpkg.com/@opentiny/vue@~3.14/runtime/tiny-vue.mjs",
Expand Down Expand Up @@ -10732,7 +10732,7 @@
"devMode": "proCode",
"npm": {
"package": "@opentiny/vue",
"exportName": "PopEditor",
"exportName": "Popeditor",
"version": "3.14.0",
"destructuring": true,
"script": "https://unpkg.com/@opentiny/vue@~3.14/runtime/tiny-vue.mjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8799,7 +8799,7 @@
"devMode": "proCode",
"npm": {
"package": "@opentiny/vue",
"exportName": "Select",
"exportName": "Breadcrumb",
"version": "3.14.0",
"destructuring": true,
"script": "https://unpkg.com/@opentiny/vue@~3.14/runtime/tiny-vue.mjs",
Expand Down

0 comments on commit 1dc492a

Please sign in to comment.