Skip to content

动态标签

基于 naive-ui 的dynamic-tags二次封装。

INFO

无需引入,可直接使用

Usage

vue
<template>
  <w-dynamic-tags v-model:value="dynamicTagsValue" />
</template>

Props

名称类型默认值说明

Type

ts
import type { DynamicTagsProps } from 'naive-ui'

import { props } from './props'

type ExtendProps = Partial<ExtractPropTypes<typeof props>>

export interface WDynamicTagsProps extends DynamicTagsProps, ExtendProps {}

基于 MIT 许可发布