feat: enhance project configuration and add new features
This commit is contained in:
10
src/layouts/naive-ui/AppLayout.vue
Normal file
10
src/layouts/naive-ui/AppLayout.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div>AppLayout</div>
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
Reference in New Issue
Block a user