zoukankan      html  css  js  c++  java
  • xxx


    全局配置 
    debug 
    delimiters 
    unsafeDelimiters 
    silent 
    async 
    devtools 
    全局 API 
    Vue.extend 
    Vue.nextTick 
    Vue.set 
    Vue.delete 
    Vue.directive 
    Vue.elementDirective 
    Vue.filter 
    Vue.component 
    Vue.transition 
    Vue.partial 
    Vue.use 
    Vue.mixin 
    选项 / 数据 
    data 
    props 
    propsData 
    computed 
    methods 
    watch 
    选项 / DOM 
    el 
    template 
    replace 
    选项 / 生命周期钩子 
    init 
    created 
    beforeCompile 
    compiled 
    ready 
    attached 
    detached 
    beforeDestroy 
    destroyed 
    选项 / 资源 
    directives 
    elementDirectives 
    filters 
    components 
    transitions 
    partials 
    选项 / 杂项 
    parent 
    events 
    mixins 
    name 
    extends 
    实例属性 
    vm.$data 
    vm.$el 
    vm.$options 
    vm.$parent 
    vm.$root 
    vm.$children 
    vm.$refs 
    vm.$els 
    实例方法 / 数据 
    vm.$watch 
    vm.$get 
    vm.$set 
    vm.$delete 
    vm.$eval 
    vm.$interpolate 
    vm.$log 
    实例方法 / 事件 
    vm.$on 
    vm.$once 
    vm.$off 
    vm.$emit 
    vm.$dispatch 
    vm.$broadcast 
    实例方法 / DOM 
    vm.$appendTo 
    vm.$before 
    vm.$after 
    vm.$remove 
    vm.$nextTick 
    实例方法 / 生命周期 
    vm.$mount 
    vm.$destroy 
    指令 
    v-text 
    v-html 
    v-if 
    v-show 
    v-else 
    v-for 
    v-on 
    v-bind 
    v-model 
    v-ref 
    v-el 
    v-pre 
    v-cloak 
    特殊元素 
    component 
    slot 
    partial 
    过滤器 
    capitalize 
    uppercase 
    lowercase 
    currency 
    pluralize 
    json 
    debounce 
    limitBy 
    filterBy 
    orderBy 
    数组扩展方法 
    array.$set 
    array.$remove 
    Proudly sponsored by
     
  • 相关阅读:
    171. Excel Sheet Column Number (Easy)
    349. Intersection of Two Arrays (Easy)
    453. Minimum Moves to Equal Array Elements (Easy)
    657. Judge Route Circle (Easy)
    CSS笔记
    保存页面状态
    UI开发总结
    ubuntu 下配置munin
    反向代理配置
    JavaScript 高级程序设计第二版
  • 原文地址:https://www.cnblogs.com/tabCtrlShift/p/9160292.html
Copyright © 2011-2022 走看看