thomas 3 роки тому
батько
коміт
6fd9b41b53
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      package.json
  2. 1 1
      src/components/UIClient.vue

+ 1 - 1
package.json

@@ -3,7 +3,7 @@
   "version": "0.1.0",
   "private": true,
   "scripts": {
-    "serve": "vue-cli-service serve --port 8081",
+    "serve": "vue-cli-service serve --port 8083",
     "build": "vue-cli-service build",
     "lint": "vue-cli-service lint"
   },

+ 1 - 1
src/components/UIClient.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="hello">
-    <h1>Demo Message Client UI</h1>
+    <h1>Demo Message Client UI v1</h1>
     <p>{{ url }}</p>
     <p>
       <button @click="socketioConnect">connect</button><button @click.prevent="loginFis">Login</button><button @click.prevent="logoutAllFis">LogoutAll</button>