🐛 (Home) Add FAB in homepage
This commit is contained in:
@@ -15,7 +15,7 @@ export default class OnlineView extends Vue {
|
||||
public mounted(): void {
|
||||
window.addEventListener('online', this.onchange)
|
||||
window.addEventListener('offline', this.onchange)
|
||||
this.$emit(this.online ? 'online' : 'offline')
|
||||
this.onchange()
|
||||
}
|
||||
|
||||
public beforeDestroy(): void {
|
||||
|
||||
Reference in New Issue
Block a user