提交 dfeb4e36 编写于 作者: Q qq_38870145

Fri Jan 5 21:34:00 CST 2024 inscode

上级 214f84d2
......@@ -2,6 +2,7 @@
import {reactive,onMounted} from 'vue'
import CommitLine from './commit/index.vue'
import ArticleBar from './article/index.vue'
import Author from '../Author.vue'
import HubPie from './hub/index.vue'
import {articleData} from './data/data.js'
const state=reactive({
......@@ -19,6 +20,7 @@
</script>
<template>
<div style="padding:20px;">
<Author/>
<div>
{{state.title}}
<div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册