摘要: <template> <div> <h1>{{ typedText }}</h1> </div> </template> <script setup> import { ref, onMounted } from 'vue'; const text = 'Hello, World!'; const 阅读全文
posted @ 2023-11-15 15:37 焦廉琨 阅读(310) 评论(0) 推荐(0) 编辑
摘要: <div class="textBox"> <span class="span1">内容:</span> <textarea name="" id="" cols="30" rows="10" placeholder="请输入/粘贴文本" v-model="inputText" @input="ha 阅读全文
posted @ 2023-11-15 11:37 焦廉琨 阅读(37) 评论(0) 推荐(0) 编辑