|
@@ -45,14 +45,8 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
-<<<<<<< HEAD
|
|
|
|
- it.getShortCut(() => {
|
|
|
|
- this.showShortPop = true;
|
|
|
|
-
|
|
|
|
-=======
|
|
|
|
it.getShortCut((value) => {
|
|
it.getShortCut((value) => {
|
|
this.showShortPop = !value;
|
|
this.showShortPop = !value;
|
|
->>>>>>> 49ca0d62c807be784a0d4361c8a8c08b956f9298
|
|
|
|
})
|
|
})
|
|
},
|
|
},
|
|
addShelf() {
|
|
addShelf() {
|