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
     
  • 相关阅读:
    Archlinux 下系统如何设置让 Wine 调用 ibus输入法
    ArchLinux下Ecplise软件报错
    ArchLinux下shadow服务报错
    【转载】maven入门1
    oracle_sql语句的大全
    pl/sql快速输入select等语句
    [转载]彻底卸载oracleXE数据库服务器
    [转载]struts1小项目
    [工作]双核系统struts-config.xml
    java request获取各种数据
  • 原文地址:https://www.cnblogs.com/tabCtrlShift/p/9160292.html
Copyright © 2011-2022 走看看