难搞
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<script setup>
|
||||
import { RouterLink, RouterView } from 'vue-router'
|
||||
import HeardMain from './components/HeardMain.vue';
|
||||
import FooterMain from './components/FooterMain.vue';
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
<div class="page">
|
||||
|
||||
<HeardMain />
|
||||
|
||||
<RouterView />
|
||||
|
||||
<FooterMain />
|
||||
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user