文件名称:plugin-search:Vuex ORM插件,用于通过模型实体添加模糊搜索功能
文件大小:93KB
文件格式:ZIP
更新时间:2024-05-22 10:16:57
vue vuex vuex-plugin vuex-orm vuex-orm-plugin
Vuex ORM插件:搜索 Vuex ORM Search插件添加了search()查询链修饰符,以使用库中的模糊搜索逻辑轻松过滤匹配的记录。 在查询中搜索“ john ”的简单示例: const users = User . query ( ) . search ( 'john' ) . get ( ) 赞助商 Vuex ORM由很棒的人赞助。 整个Vuex ORM社区对所有人的热爱 :two_hearts: 超级爱心赞助商 大爱赞助商 爱的赞助者 安装 与Vuex ORM一起安装@vuex-orm/plugin-search 。 npm install @vuex-orm/core @vuex-orm/plugin-search --save # OR yarn add @vuex-orm/core @vuex-orm/plugin-search 然后使用Vuex ORM us
【文件预览】:
plugin-search-master
----.travis.yml(155B)
----rollup.config.js(2KB)
----package.json(2KB)
----test()
--------support()
--------feature()
----.prettierrc(138B)
----jest.config.js(452B)
----LICENSE(1KB)
----src()
--------config()
--------mixins()
--------index.cjs.ts(311B)
--------contracts()
--------types()
--------index.ts(331B)
--------VuexORMSearch.ts(1KB)
----.npmignore(90B)
----tsconfig.json(792B)
----.gitignore(87B)
----CHANGELOG.md(977B)
----README.md(10KB)
----yarn.lock(192KB)
----scripts()
--------build.js(1KB)
--------release.js(3KB)
----.editorconfig(172B)
----.gitattributes(12B)