Avatar notebook default
14篇文章 · 1665字 · 1人关注
  • Resize,w 360,h 240
    vue 组件

    props props传递参数

  • vue v-link

    <!—使用 v-link 指令,path 的值对应跳转的路径,即#!/home --> Home List <!—路由切换组件...

  • Resize,w 360,h 240
    vue 过滤器

    |capitalizefiltera|filterb Vue.filter('date', function(value, format) { ...

  • Resize,w 360,h 240
    vue v-for

    $index 当前元素索引 循环 用template,最后的渲染结果不会有它 v-on:click-

  • Resize,w 360,h 240
    vue v-on

    param 多个事件 v-html{{{}}} v-el v-once

  • Resize,w 360,h 240
    vue v-bind

    判断 v-if v-show

  • Resize,w 360,h 240
    vue v-model

    Your input is : {{ message }} 男</lable> 女</lable> {{ gender }} checked...

  • Resize,w 360,h 240
    vue 方法

    cents price ¥{{price}} // ¥1.00

  • Resize,w 360,h 240
    vue 数据绑定

    var vm = new Vue({ el : '#app', data: { id : 1, index : 0, name : 'Vue',...

文集作者