mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-01 18:17:46 +00:00
refactor: refactor route
This commit is contained in:
11
src/views/demo/level/Menu12.vue
Normal file
11
src/views/demo/level/Menu12.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="p-5">
|
||||
多层级缓存-页面1-2
|
||||
<br />
|
||||
<input />
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
export default defineComponent({ name: 'Menu12Demo' });
|
||||
</script>
|
Reference in New Issue
Block a user