guhongwei преди 2 години
родител
ревизия
c1eb0ae7e6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pages/dir/index.vue

+ 1 - 1
pages/dir/index.vue

@@ -36,7 +36,7 @@
 				let res = await that.$api(`/dir`, 'GET');
 				if (res.errcode == '0') {
 					console.log(res);
-					// that.$set(that, `list`, res.data)
+					// that.$set(that, `list`, res.data)  
 				}
 			},
 		}