摘要: 判断监听的变量,如果undefined可以用$set来注册一个变量。 另外click可以是表达式,不一定必须是一个方法。 阅读全文
posted @ 2017-11-24 15:38 地铁程序员 阅读(297) 评论(0) 推荐(0) 编辑
摘要: export function formatDate(date, fmt) { if (/(y+)/.test(fmt)) { fmt = fmt.replace(RegExp.$1, (date.getFullYear() + '').substr(4 - RegExp.$1.length)); } let o = { 'M+': dat... 阅读全文
posted @ 2017-11-24 15:17 地铁程序员 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-11-24 14:14 地铁程序员 阅读(113) 评论(0) 推荐(0) 编辑