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