Replies: 4 comments
-
Title: ✨ [Feature]: Regarding the problem of importing third-party components |
Beta Was this translation helpful? Give feedback.
-
非 bug ,转为 discussions |
Beta Was this translation helpful? Give feedback.
-
Not bug, converted to discussions |
Beta Was this translation helpful? Give feedback.
-
官方文档:https://opentiny.design/tiny-engine#/help-center/course/engine/15 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve
关于导入第三方组件问题:
1.关于如何导入第三方组件不使用npm.script方式导入,比如
"package": "@huawei/tiny-vue3", // npm 包名
"version": "0.1.16", // 版本号
"destructuring": true, // 是否解构
"exportName": "Button" // npm package 导出名
我想用这种方式导用第三方比如element-plus或antd vue 有没有文档说明?
What does the proposed API look like
关于导入第三方组件问题:
1.关于如何导入第三方组件不使用npm.script方式导入,比如
"package": "@huawei/tiny-vue3", // npm 包名
"version": "0.1.16", // 版本号
"destructuring": true, // 是否解构
"exportName": "Button" // npm package 导出名
我想用这种方式导用第三方比如element-plus或antd vue 有没有文档说明?
Beta Was this translation helpful? Give feedback.
All reactions