This commit is contained in:
Kane Wang 2022-11-03 17:53:04 +08:00
parent 0c392ee354
commit 15bf339118
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane * @Author: Kane
* @Date: 2022-11-02 11:22:37 * @Date: 2022-11-02 11:22:37
* @LastEditors: Kane * @LastEditors: Kane
* @LastEditTime: 2022-11-02 14:47:32 * @LastEditTime: 2022-11-03 14:44:57
* @FilePath: \car_dealer\vue\keypath.html * @FilePath: \car_dealer\vue\keypath.html
* @Description: * @Description:
* *
@ -71,7 +71,7 @@
* data 要添加响应式的对象 * data 要添加响应式的对象
* key 要设置为响应式的属性 * key 要设置为响应式的属性
* val 属性的值 * val 属性的值
*/ */
function defineReactive(data, key, val) { function defineReactive(data, key, val) {
if (typeof val === "Object ") { if (typeof val === "Object ") {
} }