vue/no-async-in-computed-properties 是ESLint-plugin-vue 中的一个规则,用于防止在计算属性(computed properties)中使用异步操作。计算属性在 Vue.js 中应该是同步的,因为它们的主要用途是根据其他数据的变化来动态计算并返回新的值。异步操作可能会打破这种同步性,导致不可预测的行为。 说明为什么不能在 Vue 的计...
Fixed crash invue/no-async-in-computed-properties,vue/no-setup-props-destructureandvue/no-watch-after-await#1227 Merged ota-meshimerged 1 commit intomasterfromcrash-on-scope-stack Jun 30, 2020 +179−82 Member ota-meshicommentedJun 30, 2020 ...