@jx3box/jx3box-editor 1.9.5 → 1.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,6 +35,9 @@
35
35
  @keyup.enter.native="search"
36
36
  >
37
37
  <template slot="prepend">关键词</template>
38
+ <template slot="append">
39
+ <el-switch v-model="strict" active-text="精确匹配"></el-switch>
40
+ </template>
38
41
  </el-input>
39
42
  </div>
40
43
 
@@ -132,7 +135,7 @@
132
135
  ></i>
133
136
  <b>连招</b>
134
137
  </span>
135
- <ComboVue :query="query" ref="combo" :client="comboClient"></ComboVue>
138
+ <ComboVue :query="query" ref="combo" :client="comboClient" :strict="strict"></ComboVue>
136
139
  </el-tab-pane>
137
140
  </el-tabs>
138
141
 
@@ -118,6 +118,10 @@ export default {
118
118
  type: String,
119
119
  default: "std",
120
120
  },
121
+ strict: {
122
+ type: Boolean,
123
+ default: false,
124
+ },
121
125
  },
122
126
  data() {
123
127
  return {