Skip to content

Commit e8a59a7

Browse files
committed
测试
1 parent 5c5365b commit e8a59a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/article/createTopic.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
},
5353
methods: {
5454
submitForm(event) {
55+
5556
this.$http.post('./topics', this.topics)
5657
.then((res) => {
5758
event.target.reset();

0 commit comments

Comments
 (0)