chore: 🤖 add unit test
This commit is contained in:
@@ -94,9 +94,6 @@
|
||||
let compInOperation = null
|
||||
|
||||
export default {
|
||||
components: {
|
||||
item: () => import('./VueTreeList')
|
||||
},
|
||||
data: function () {
|
||||
return {
|
||||
isHover: false,
|
||||
@@ -155,6 +152,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
beforeCreate () {
|
||||
this.$options.components.item = require('./VueTreeList').default
|
||||
},
|
||||
mounted () {
|
||||
const vm = this
|
||||
addHandler(window, 'keyup', function (e) {
|
||||
|
Reference in New Issue
Block a user