1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 06:46:10 +02:00
This commit is contained in:
syuilo
2018-02-22 05:05:19 +09:00
parent 5daae05bcf
commit 0df6f5a253
6 changed files with 165 additions and 26 deletions

View File

@@ -41,8 +41,8 @@ export default Vue.extend({
return {
network: navigator.onLine,
end: false,
internet: false,
server: false
internet: null,
server: null
};
},
mounted() {