mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-04 09:35:20 +08:00
前端和后端源码,合并到一个git仓库中,方便用户下载,避免前后端不匹配的问题
This commit is contained in:
12
jeecgboot-vue3/src/views/demo/level/Menu12.vue
Normal file
12
jeecgboot-vue3/src/views/demo/level/Menu12.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="p-5">
|
||||
多层级缓存-页面1-2
|
||||
<br />
|
||||
<Input />
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import { Input } from 'ant-design-vue';
|
||||
export default defineComponent({ name: 'Menu12Demo', components: { Input } });
|
||||
</script>
|
||||
Reference in New Issue
Block a user