perf: router

This commit is contained in:
xiaoxian521
2021-12-12 19:46:58 +08:00
parent 5d6ed8da33
commit 00cc5a88e0
8 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
<script lang="ts">
export default {
name: "permissionPage"
};
</script>
<script setup lang="ts">
import { ref, unref } from "vue";
import { storageSession } from "/@/utils/storage";