Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
takonomura committed Dec 22, 2020
1 parent c0f8d4e commit 63adba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/components/post-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ export default defineComponent({
useHashtag() {
// 削除して編集のときは useHashtag の状態を更新させない
if (this.initialNote) return;
this.$store.set('setUseHashtag', this.useHashtag);
this.$store.set('useHashtag', this.useHashtag);
},
hashtag() {
this.$store.set('setHashtag', this.hashtag);
this.$store.set('hashtag', this.hashtag);
},
},
Expand Down

0 comments on commit 63adba7

Please sign in to comment.