“b5d6b146044d06876aeacbe345bf3943acc3f771”上不存在“...provider/git@gitcode.net:openanolis/dragonwell8_jdk.git”
提交 dfeb4e36 编写于 作者: Q qq_38870145

Fri Jan 5 21:34:00 CST 2024 inscode

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