Browse Source

Set default editor display to false

sbkwgh 8 năm trước cách đây
mục cha
commit
faceacc6e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/store/index.js

+ 1 - 1
src/store/index.js

@@ -33,7 +33,7 @@ export default new Vuex.Store({
 		editors: {
 			thread: {
 				value: '',
-				visible: true
+				visible: false
 			}
 		}
 	},