vue 实现一个点击计算

<template> <div class="hello"> <h1>{{ msg }}</h1> <h2>当前计数: {{counter}}</h2> <button @click="incr">+</button> <button @click="decr">-</button> </div> </template> <script> export
相关文章
相关标签/搜索