Skip to content
On this page

Vue计算属性自带的缓存功能

vue
computed:{
  exapm:{
    cache: false,
    get () {
      ...
    }
  }
}

更新时间: