Skip to content

Commit d99c745

Browse files
better
1 parent 56c4a2d commit d99c745

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/VueContentLoading.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,9 @@
116116
},
117117
},
118118
119-
data () {
120-
return {
121-
uid: null,
122-
};
123-
},
119+
data: () => ({
120+
uid: null,
121+
}),
124122
125123
created () {
126124
this.uid = this._uid;

0 commit comments

Comments
 (0)