vue async computed:Vue.js的异步计算属性 源码
Vue异步计算 使用此插件,您可以在Vue中具有异步计算的计算属性。 如果不使用此插件,则无法执行以下操作: new Vue ( { data : { userId : 1 } , computed : { username ( ) { // Using vue-resource return Vue . http . get ( '/get-username-by-id/' + this . userId ) // This assumes that this endpoint will send us a respo
文件列表
vue-async-computed-master.zip
(预估有个17文件)
vue-async-computed-master
.eslintrc
497B
src
shouldUpdate.js
367B
lazy.js
838B
util.js
576B
index.js
5KB
watch.js
1KB
.babelrc
67B
types
暂无评论