05 2018 档案

vue 应用 : 计数器组件
摘要:1 2 3 - 4 {{ ipt }} 5 + 6 7 8 9 58 59 阅读全文

posted @ 2018-05-28 19:34 fox_charon 阅读(2041) 评论(0) 推荐(0)

vue 应用 :多语言显示
摘要:1 2 3 4 5 6 7 {{ message.hello }}change lang 8 {{ message.hello2 }} 9 10 11 12 58 59 60 阅读全文

posted @ 2018-05-26 16:20 fox_charon 阅读(476) 评论(0) 推荐(0)

vue : async / await 的应用
摘要:比如有组数据是很多页面都要用的,我想把它写在一个js文件里作为公共方法。 public.js 然后在某个页面里使用它。 Tanant.vue 就是这样。 阅读全文

posted @ 2018-05-22 21:23 fox_charon 阅读(2035) 评论(1) 推荐(0)

导航