x.naive-ui icon indicating copy to clipboard operation
x.naive-ui copied to clipboard

一个对 Naive-UI 组件库的扩展,使 DataTable/Dropdown/Menu/Select/Tree 等组件支持插槽模板式的写法。An extension to Naive-UI component library, that enables slots and template style API for DataTable/Dro...

Results 1 x.naive-ui issues
Sort by recently updated
recently updated
newest added

使用 card preset 封装了一下 modal,可拖动,可以省写几个属性。 `x-n-modal.vue` ```vue {{ title }} {{ negativeText }} {{ positiveText }} const emit = defineEmits(['close', 'positive-click', 'update:show', 'after-leave', 'after-enter', 'mask-click', 'esc', 'negative-click']) const showModal =...