This commit is contained in:
Thomas
2020-08-01 20:48:30 +02:00
parent 6e2d52cba9
commit 1d1d79f90e
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
const connection = new WebSocket('ws://localhost:8181/socket') // const connection = new WebSocket('ws://localhost:8181/socket')
// const connection = new WebSocket('wss://echo.websocket.org') // const connection = new WebSocket('wss://echo.websocket.org')
const connection = new WebSocket('wss://voozik.gltronic.ovh/socket')
export default function createSignalPlugin () { export default function createSignalPlugin () {
return store => { return store => {

View File

@@ -1,5 +1,6 @@
<template> <template>
<div class="home"> <div class="home">
<img src="../assets/logo.png" alt="voozik logo">
<div v-if="serverConnected"> <div v-if="serverConnected">
<h1 class="title is-1 has-text-success">Server online</h1> <h1 class="title is-1 has-text-success">Server online</h1>
<div v-if="isLoggedIn"> <div v-if="isLoggedIn">

Binary file not shown.