Skip to content

Commit

Permalink
fix: fix exportName mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunn committed Dec 6, 2024
1 parent 3421b0f commit 456ee15
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 456ee15

Please sign in to comment.