提交 25abec2c 编写于 作者: B big_sun_962464

Fri Jul 12 15:04:00 CST 2024 inscode

上级 ff51500f
......@@ -3,7 +3,7 @@
<h2 ref="h2Ref" @click="addMsg">Com2-{{ msg }}</h2>
</div>
</template>
<script setup lang="ts">
<script setup>
import { ref, defineProps, computed, defineEmits, onActivated, onDeactivated, onBeforeUnmount, onUnmounted, onMounted, onUpdated, onBeforeMount, onBeforeUpdate, nextTick } from 'vue'
const msg = ref("欢迎使用VUE3.0")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册