闫增涛
2024-11-06 4e236a15226b5341cebc480c4798069b9f90919a
src/books/childHealth/view/content/components/chapter011.vue
@@ -124,9 +124,15 @@
      type: Array,
    },
  },
  watch:{
    questionData:{
      handler(newVal) {
        console.log('新值',newVal);
      }
    },deep:true,immediate:true
  },
  data() {
    return {
      questionData: {},
    };
  },
  async mounted() {},