摘要: Vue.js模版语法(二)——>vue 2 一、事件监听 事件监听:v-on 指令 实例:<button v-on:click="counter++">按钮+</button> 语法糖:@ <button @click="counter++">按钮+</button> 1、示例: <body> <d 阅读全文
posted @ 2021-04-20 11:18 只猫 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Vue.js基础语法(一)——>vue 2 一、插值操作 1、Mustache语法 使用 {{}} 双大括号 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatibl 阅读全文
posted @ 2021-04-20 10:31 只猫 阅读(118) 评论(0) 推荐(0) 编辑