02 2019 档案

摘要:Vue - 模板语法 Message: {{ msg + "hello"}} 这个将不会改变: {{ msg }} Using mustaches: {{ rawHtml }} Using v-html d... 阅读全文
posted @ 2019-02-25 15:27 鱼尾纹 阅读(178) 评论(0) 推荐(0)
摘要:Vue 实例 {{ foo }} Change it 阅读全文
posted @ 2019-02-22 16:05 鱼尾纹 阅读(245) 评论(0) 推荐(0)
摘要:var vm = new Vue({ /* 在方法中,this 表示该方法所属的对象。 如果单独使用,this 表示全局对象。 在函数中,this 表示全局对象。 在函数中,在严格模式下,this 是未定义的(undefined)。 在事件中,this 表示接收事件的元素。 类似 call() 和 a... 阅读全文
posted @ 2019-02-21 23:37 鱼尾纹 阅读(8522) 评论(2) 推荐(1)
摘要:</<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Vue leran</title> <meta name="view 阅读全文
posted @ 2019-02-20 17:29 鱼尾纹 阅读(211) 评论(0) 推荐(0)