提交 b2ed2bd4 编写于 作者: Q qq_63480508

Tue Mar 18 14:07:00 CST 2025 inscode

上级 aa50c4cb
<script setup> <!-- <script setup>
defineProps({ defineProps({
msg: { msg: {
type: String, type: String,
...@@ -11,7 +11,7 @@ defineProps({ ...@@ -11,7 +11,7 @@ defineProps({
<div class="greetings"> <div class="greetings">
<h1 class="green">{{ msg }}</h1> <h1 class="green">{{ msg }}</h1>
<h3> <h3>
Youve successfully created a project with You,ve successfully created a project with
<a target="_blank" href="https://vitejs.dev/">Vite</a> + <a target="_blank" href="https://vitejs.dev/">Vite</a> +
<a target="_blank" href="https://vuejs.org/">Vue 3</a>. <a target="_blank" href="https://vuejs.org/">Vue 3</a>.
</h3> </h3>
...@@ -40,4 +40,4 @@ h3 { ...@@ -40,4 +40,4 @@ h3 {
text-align: left; text-align: left;
} }
} }
</style> </style> -->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册