随笔分类 - 前端 / vue
摘要:代码: <!doctype html> <html> <head> <meta charset="utf-8"> <title>example</title> <!-- 复制于文件:https://unpkg.com/vue@3.4.31/dist/vue.global.js --> <script
阅读全文
摘要:方式一: 在标签上使用:set关键字,不管什么标签都可以 <template> <h1>test</h1> <template :set="first = list[0]"> // 定义变量 <div>{{first.name}}</div> //使用变量 </template> ... </tem
阅读全文