ngh-tag
v1.0.12
Published
标签组件
Downloads
2
Readme
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>
特点
- 可以插入自定义的标签组件