Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
smori1983 committed Oct 8, 2023
1 parent fa2acdc commit ee3488c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Debug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import data from '@dynamic/vuepress-plugin-flexsearch/data';
export default {
data() {
data () {
return {
searchData: data,
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
};
},
mounted() {
mounted () {
this.databaseInit();
this.query = this.$router.currentRoute.query[this.queryParam] || '';
Expand Down

0 comments on commit ee3488c

Please sign in to comment.