VUE3-shallowReactive函数与shallowRef函数(14)

<template>
  <h2>当前的x.y值是:{
  { x.y }}h2>
  <button @click="x={y: 888}">点我替换xbutton>
  <button @click="x.y++">点我x.y++button>

你可能感兴趣的:(Vue学习笔记,vue.js)