提交 32741eb8 编写于 作者: Q qq_48973607

Wed Jan 31 11:35:00 CST 2024 inscode

上级 79c5bd79
<script setup> <script lang="ts" setup>
import HelloWorld from './components/HelloWorld.vue' let father=[{}]
import TheWelcome from './components/TheWelcome.vue'
</script> </script>
<template> <template>
<header> <header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" /> <form>
<div></div>
<div class="wrapper"> </form>
<HelloWorld msg="You did it!" />
</div>
</header> </header>
<main>
<TheWelcome />
</main>
</template> </template>
<style scoped> <style scoped>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册