Auto Commit

上级 7a093d7e
......@@ -5,15 +5,14 @@ import TheWelcome from './components/TheWelcome.vue'
<template>
<header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<HelloWorld msg="You did it!" />
</div>
</header>
<main>
<TheWelcome />
<HelloWorld/>
</main>
</template>
......
......@@ -5,17 +5,13 @@ defineProps({
required: true
}
})
let arr = [1,2,3];
let [a,b,c] = arr;
</script>
<template>
<div class="greetings">
<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>
{{ a }},{{ b }},{{ 3 }}
</template>
<style scoped>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册