vue2-client 1.16.5 → 1.16.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": "vue2-client",
3
- "version": "1.16.5",
3
+ "version": "1.16.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -221,7 +221,7 @@ export default {
221
221
  this.expandedKeys = this.expandedKeys.filter(item => item !== node[this.replaceFields.key])
222
222
  },
223
223
  highlightKeyword (label, keyword) {
224
- const maxLen = 12
224
+ const maxLen = this.config.deepNodeMaxWidth
225
225
 
226
226
  if (!keyword) {
227
227
  return maxLen && label.length > maxLen ? label.substring(0, maxLen) + '...' : label