♻️ Refactor

This commit is contained in:
Liyas Thomas
2020-03-12 01:31:54 +05:30
parent 6fa8a46a8a
commit 87c0702959
6 changed files with 362 additions and 337 deletions

View File

@@ -32,7 +32,7 @@
<pw-section class="purple" :label="$t('communication')" id="response" ref="response">
<ul>
<li>
<realtime-log :log="communication.log" />
<realtime-log :title="$t('log')" :log="communication.log" />
</li>
</ul>
<ul>
@@ -76,12 +76,11 @@
<script>
import { socketioValid } from "~/functions/utils/valid"
import io from "socket.io-client"
import realtimeLog from "./log"
export default {
components: {
"pw-section": () => import("../../components/layout/section"),
realtimeLog,
realtimeLog: () => import("./log"),
},
data() {
return {