web-component-gallery 2.3.32 → 2.3.34
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/dist/js.umd.js +1 -1
- package/lib/directory/Directory.js +0 -1
- package/lib/form-comp/ASelectCustom.vue +199 -280
- package/lib/search/index.vue +72 -26
- package/lib/search/style/index.less +1 -2
- package/package.json +1 -1
|
@@ -206,7 +206,6 @@ export default {
|
|
|
206
206
|
this.$nextTick(() => this.$refs.inputNodeRef.focus())
|
|
207
207
|
break
|
|
208
208
|
case 'copy':
|
|
209
|
-
// 明天来了优化一下
|
|
210
209
|
const cloneNode = parentNode ? parentNode[this.replaceFields.children] : this.treeData
|
|
211
210
|
cloneNode.splice(node.nodeIndex + 1, 0, {
|
|
212
211
|
type: 'input',
|