Vue改變(或增加)數組或對象中的數據---set()

在之前說過 改變對象的數據只能改變他的引用,其實還有一個set()的方法可以操作: 這是3.8的代碼 <!DOCTYPE html> <html> <head> <title>列表渲染</title> <script src="vue.js"></script> </head> <body> <div id="app"> <div v-for="(item, key, index) of
相關文章
相關標籤/搜索