提交 fb76c518 编写于 作者: W weixin_42232156

Auto Commit

上级 79c5bd79
...@@ -5,10 +5,9 @@ import TheWelcome from './components/TheWelcome.vue' ...@@ -5,10 +5,9 @@ import TheWelcome from './components/TheWelcome.vue'
<template> <template>
<header> <header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<div class="wrapper"> <div class="wrapper">
<HelloWorld msg="You did it!" /> <HelloWorld />
</div> </div>
</header> </header>
......
...@@ -10,11 +10,6 @@ defineProps({ ...@@ -10,11 +10,6 @@ defineProps({
<template> <template>
<div class="greetings"> <div class="greetings">
<h1 class="green">{{ msg }}</h1> <h1 class="green">{{ msg }}</h1>
<h3>
You’ve successfully created a project with
<a target="_blank" href="https://vitejs.dev/">Vite</a> +
<a target="_blank" href="https://vuejs.org/">Vue 3</a>.
</h3>
</div> </div>
</template> </template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册