Jingle
Jingle
可以用simpleui呀, [https://github.com/newpanjing/simpleui/](https://github.com/newpanjing/simpleui/)
这个我们计划以插件形式提供,在未来版本的计划之中。
该bug已经在2024.03.25中修复。
我fork了一个新的包,只是修复了这个错误。大家可以用这个: ```shell yarn add @newpanjing/datav-vue3 ``` 然后使用方法还是一模一样,但是包的位置不一样了: ```ts import { BorderBox1 } from '@newpanjing/datav-vue3'; ``` 要从这里导入:`import { BorderBox1 } from '@newpanjing/datav-vue3';` 源码的github地址: https://github.com/newpanjing/DataV-Vue3
我fork了一个新的包,只是修复了这个错误。大家可以用这个: ```shell yarn add @newpanjing/datav-vue3 ``` 然后使用方法还是一模一样,但是包的位置不一样了: ```ts import { BorderBox1 } from '@newpanjing/datav-vue3'; ``` 要从这里导入:`import { BorderBox1 } from '@newpanjing/datav-vue3';` 源码的github地址: https://github.com/newpanjing/DataV-Vue3