feat:代码分支初始化
This commit is contained in:
12
src/App.vue
12
src/App.vue
@@ -1,11 +1,9 @@
|
||||
<script setup>
|
||||
import { RouterLink, RouterView } from 'vue-router'
|
||||
<script setup lang="ts">
|
||||
import Layouts from './layouts/index.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<RouterView />
|
||||
<div>
|
||||
<Layouts />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user