update 0904docs
This commit is contained in:
@@ -66,7 +66,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
handleTabClick(tab) {
|
||||
console.log("handle tab click", tab);
|
||||
//console.log("handle tab click", tab);
|
||||
if (tab > this.oldActiveTab) this.toLeft = true;
|
||||
else this.toLeft = false;
|
||||
switch (tab) {
|
||||
@@ -89,7 +89,7 @@ export default {
|
||||
|
||||
/** init **/
|
||||
init(order, detailMode) {
|
||||
console.log("init menu dialog,", order);
|
||||
//console.log("init menu dialog,", order);
|
||||
this.order = order;
|
||||
this.detailMode = detailMode ?? false;
|
||||
this.visible = true;
|
||||
|
||||
Reference in New Issue
Block a user