摘要: 例子 <template> <div id="app"> <!-- <hello-world />--> <div ref="msg">{{ msg }}</div> <button @click="change">change</button> </div> </template> <script 阅读全文
posted @ 2021-02-24 16:11 ltog 阅读(125) 评论(0) 推荐(0) 编辑