0.0.2 • Published 5 years ago

xietianyu97 v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

摸UI-已经摸了的Vue UI组件

作者:我

使用本框架前请在CSS中开启border-box

*{box-sizing:border-box}

bug记录

2020/10/24

在使用 Karma + Mocha做单元测试时出现vue报错:

Vue warn: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.


待解决