摘要: <script lang="ts"> export default{ name:'mylist', data(){ return{ name:'张三', age:18, tel:'666666' } }, methods:{ showtel(){ alert(this.tel) }, changeA 阅读全文
posted @ 2025-03-04 17:44 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <script setup lang="ts"> export default{ name:'' } </script> <template> </template> <style scoped> .mylist{ } </style> 阅读全文
posted @ 2025-03-04 17:06 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //引入create用于创建应用 import {createApp, createSSRApp} from "vue"; //引入App根组件 import app from "./App.vue"; createApp(app).mount("#app") 阅读全文
posted @ 2025-03-04 16:57 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <template> <!-- html 结构--> <div class="app"> <h1>你好啊</h1> </div> </template> <script lang="ts"> //ts export default{ name:"app"//暴露组件名称 } </script> <s 阅读全文
posted @ 2025-03-04 16:56 飞雪飘鸿 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://www.ujcms.com/download/ 智能水务一体化管理平台Intelligent Water Integrated Management Platform知全局、智监管、早预警、助决策防洪排涝水利感知边远监测 智能摄像机、水位计、流速仪、雨量计、水质监测、温湿度、工情监测 阅读全文
posted @ 2025-03-04 10:00 飞雪飘鸿 阅读(2) 评论(0) 推荐(0) 编辑
摘要: @echo off‘chcp 65001cmd /c start cd C:\wwwrootREM mkdir my-first-node-app:: cd my-first-node-appcls 阅读全文
posted @ 2025-03-04 09:59 飞雪飘鸿 阅读(3) 评论(0) 推荐(0) 编辑
https://damo.alibaba.com/ https://tianchi.aliyun.com/course?spm=5176.21206777.J_3941670930.5.87dc17c9BZNvLL
点击右上角即可分享
微信分享提示