fix(use-redo): refresh the page to keep the parameters(#104)

This commit is contained in:
vben
2020-11-26 23:21:23 +08:00
parent 2f75a94889
commit e04aaa0645
8 changed files with 9 additions and 24 deletions

View File

@@ -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>