vue3比较

<template>
   <div class="person"></div>
</template>

<script lang="ts" setup name="person">
import { ref } from "vue";
let name = ref("zhangsan")
let age = ref(19)
</script>

<style scoped>
</style>

  

posted @ 2025-03-05 15:26  华腾智算  阅读(2)  评论(0)    收藏  举报
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL