mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
fix(use-redo): refresh the page to keep the parameters(#104)
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
<template>
|
||||
<div />
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent, unref } from 'vue';
|
||||
|
||||
@@ -26,7 +23,7 @@
|
||||
appStore.setPageLoadingAction(false);
|
||||
}, 0);
|
||||
}
|
||||
return {};
|
||||
return () => null;
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user