feat:完善功能

This commit is contained in:
zjc
2025-02-28 20:35:15 +08:00
parent 3832e3617f
commit ccaf3c4e12
8 changed files with 57 additions and 29 deletions

View File

@@ -11,6 +11,11 @@
<script setup>
import { RouterView } from 'vue-router'
import Header from './components/Header/index'
import CoreVideo from './components/CoreVideo/index'
import Correspondence from './components/Correspondence/index'
let props = defineProps({
title: {
type: String,