猫鼬标签 猫鼬插件添加标签和可标记的行为。 要求 NodeJS v9.3 + 安装 $ npm install --save mongoose @lykmapipo/mongoose-taggable 用法 const mongoose = require ( 'mongoose' ) ; const taggable = require ( '@lykmapipo/mongoose-taggable' ) ; const UserSchema = new Schema ( { name : { type : String , taggable : true } } ) ; UserSche