feat: 更新页面模板内容,调整 VSCode 设置,更新依赖管理器版本并添加新脚本
This commit is contained in:
6
src/layouts/default.vue
Normal file
6
src/layouts/default.vue
Normal file
@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div class="layout-tip">[default layout]</div>
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
Reference in New Issue
Block a user