1.0.12 • Published 11 months ago

ngh-tag v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

NghTag

可插入自定义标签控件

安装

$ npm install ngh-tag -S

使用

main.js 文件中引入插件并注册

# main.js
import NghTagSearch from 'ngh-tag'
import NghTagEdit from 'ngh-tag'

Vue.use(NghTagSearch)
Vue.use(NghTagEdit)

在项目中用使用 NghTag

<template>
  <ngh-tag-search/>
  <ngh-tag-edit/>
</template>

特点

  1. 可以插入自定义的标签组件
1.0.1

11 months ago

1.0.11

11 months ago

1.0.12

11 months ago

1.0.0

11 months ago