opentiny / tiny-vue

TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
https://opentiny.design/tiny-vue
MIT License
1.53k stars 251 forks source link

🐛 [Bug]: There is a name error in the TinyVue component exported in CDN mode #286

Closed kagol closed 1 year ago

kagol commented 1 year ago

Version

latest

Vue Version

latest

Link to minimal reproduction

importmap方式导入:

"@opentiny/vue": "https://unpkg.com/@opentiny/vue@3.8.3/runtime/tiny-vue.mjs",

主要存在以下问题:

  1. 部分组件没有 name,比如:Loading、GridManager
  2. 部分组件名称不正确,比如:YearRange的名称是TinyMonthRange,应该是TinyYearRange
  3. 整体导出的 TinyVue,缺乏 install,导致没法直接通过 use(TinyVue) 全量注册

Step to reproduce

如上

What is expected

No response

What is actually happening

No response

Any additional comments (optional)

No response

zzcr commented 1 year ago

v3.9.0版本已修复