opentiny / tiny-cli

🛠️ A flexible and extensible command line tool for OpenTiny and frontend.
https://opentiny.design/tiny-cli/
MIT License
113 stars 32 forks source link

tiny init pro 版本中drawer无法使用,没有样式,版本3.6.8 #77

Closed dlli closed 1 year ago

dlli commented 1 year ago

Version

3.6.8

node-version

16.18.0

Link to minimal reproduction

`

` ### Step to reproduce 日志没有报错,官方文档中drawer 中附加的css类是“tiny-drawer__main is-right drag-effects” 而我引入drawer后,附加的类是“fixed w-full max-w-full flex flex-col bg-white z-50 shadow-sm border-color-border-separator transition-all ease-linear duration-200 h-full right-0 top-0 border-l-0.5 translate-x-0 drawer-main” ### What is expected 没有样式 ### What is actually happening 页面错乱 ### Any additional comments (optional) _No response_
aliceDxr commented 1 year ago

image 测试正常 检查一下template中组件名是否正确吧 ~

dlli commented 1 year ago

图片 图片

aliceDxr commented 1 year ago

在@opentiny/vue @3.8.3复现了这个问题 建议删除node_modules/https://github.com/opentiny 执行npm i 可以解决这个问题