dounai1306 / vue

vue的一些相关记录
0 stars 0 forks source link

vue2 url变动数据不更新 #20

Open dounai1306 opened 6 years ago

dounai1306 commented 6 years ago
watch: {
      $route (curVal, oldVal) {
        this.getData()
      }
    }