vue外掛程式 公共方法屬性

2021-09-01 22:58:50 字數 1249 閱讀 8360

新建乙個js,任意名詞config;

我覺得最經常用到的 3,和4。

/**

* created by administrator on 2018/11/7 0007.

*/let rooturl = ''

let key = 'lawj1h1mugd11gmzzx1gv911x'

let setitem = (key, val)=>

let getitem = (key)=>

import from 'vant';

//import vue from 'vue'

let config = {}

config.install = function (vue, options)

// 2. 新增全域性資源

vue.directive('my-directive',

})// 3. 注入元件

vue.mixin(,

methods: )

return new promise((resovle, reject) => );

$.ajax(

else if (res.returncode == 'fail')

reject(res);}},

"error": err =>

})})

}} })

// 4. 新增例項方法

vue.prototype.config =

vue.prototype.mytime=''//計時器

vue.prototype.toast = (msg, dn = 1000, fc = true)=> );

toast()

}}export default config

this.$router.push('/login')  如果你是用其他方法。那麼就要匯入路由。還有其他繁瑣的步驟,而用 vue.mixin就可以直接寫了。多麼簡單啊;

使用外掛程式

import config from './config'

vue.use(config)

例項;

updataorder(id)

this.myajax('/api/alarmhandle/getupdatealarmorderstatus', data).then(res=>)

},

Objective C 方法 屬性

1 2 3 4 5 6 7 8 9 10 11 12 import inte cefraction nsobject propertyintnumerator,denominator 宣告引數的屬性 合成器 void print 宣告列印引數方法 void setto int n over int ...

多型 方法 屬性

多型是針對方法而言的 animal cat new cat cat.say 呼叫的是子類的方法 方法看右邊 取決於建立物件的型別 system.out.println cat.name 呼叫的是父類的屬性 屬性看左邊 取決於定義變數的型別 system.out.println cat.getname...

Vue 例項化Vue物件 資料和方法 屬性繫結

doctype html en utf 8 title title script head 獲取方法 h1 獲取data中的值 name h1 job p 屬性繫結 website web開發 a text v bind value name 屬性繫結 繫結標籤 websitetag p div s...