Why does vuejs replicates its v-model data when the v-model is referenced within a computed property?

前端 未结 0 1923
遇见更好的自我
遇见更好的自我 2020-12-10 01:53

In the following code:

JS

const App = {
  template: \'#app-template\',
  data: () => ({
    selected: [],
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题