Skip to content

Commit 04054b0

Browse files
committed
updated vue formatter
1 parent 8680daa commit 04054b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/PlayGround.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default {
109109
config: {
110110
deep: true,
111111
handler (val) {
112-
this.updated = false
112+
this.updated = false
113113
this.$nextTick(() => {
114114
this.updated = true;
115115
});

0 commit comments

Comments
 (0)