Auto Commit

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