Skip to content

Commit

Permalink
[F] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Oct 27, 2024
1 parent 1121cd6 commit a0589d9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@ import {Component, Vue} from 'vue-facing-decorator';
import {getLang, t} from './logic/config';
@Component({
components: { GlobalButton, Divider, Sakura } ,
methods: {
isEaster,
gaussian,
}
components: { GlobalButton, Divider, Sakura }
})
export default class App extends Vue {
$route: any
t = t
uwu = isUwU()
isEaster = isEaster
gaussian = gaussian
created(): void {
if (!localStorage.getItem('showBtn'))
localStorage.setItem('showBtn', '1')
Expand Down

0 comments on commit a0589d9

Please sign in to comment.