revert unrelated changes
This commit is contained in:
parent
19c370311d
commit
84ecea9051
|
@ -63,7 +63,7 @@ const history = ref<{ path: string; key: any; }[]>([{
|
||||||
key: windowRouter.getCurrentKey(),
|
key: windowRouter.getCurrentKey(),
|
||||||
}]);
|
}]);
|
||||||
const buttonsLeft = computed(() => {
|
const buttonsLeft = computed(() => {
|
||||||
const buttons: any[] = [];
|
const buttons = [];
|
||||||
|
|
||||||
if (history.value.length > 1) {
|
if (history.value.length > 1) {
|
||||||
buttons.push({
|
buttons.push({
|
||||||
|
|
Loading…
Reference in New Issue