jing

Results 5 comments of jing

希望tabs能提供一个 @tabs-nav-font-weight

主要用在这里 ``` javascript proto.emit = function(eventName, args) { var listeners = this.__events[eventName]; if (!listeners) return; for (var i = 0; i < listeners.length; i++) { var listener = listeners[i]; if...

# 重要的事 ## 学习 - [ ] 完成minivue reactive魔抗 - [ ] 实现jest的 auto import - [ ] 实现github action

因为现在按钮处于file状态,你配置file状态的icon就好了 ``` Upload Upload import { ref } from 'vue' const files = ref([ { key: 'test1', name: 'idux.svg', status: 'success', }, ]) const icon = { file: 'download', }...