Auto commit

上级 4f39fc67
<script setup> <script setup>
import HelloWorld from './components/HelloWorld.vue' import Pie3D from './components/Pie3D.vue'
import TheWelcome from './components/TheWelcome.vue'
</script> </script>
<template> <template>
<header> <div>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" /> <Pie3D />
</div>
<div class="wrapper">
<HelloWorld msg="You did it!" />
</div>
</header>
<main>
<TheWelcome />
</main>
</template> </template>
<style scoped> <style scoped>
......
<template>
<div>
3Dpie
</div>
</template>
<script>
</script>
<style>
/* 样式 */
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册