File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
client/src/components/Admin Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <state-settings :class =" $style.settings" />
3+ <!-- 進行状態を変更するとDBリセットしないと直らないバグが発生するので暫定的に機能を非表示にする -->
4+ <!-- <state-settings :class="$style.settings" /> -->
45 <live-id-settings :class =" $style.settings" />
5- <presentations-settings :class =" $style.settings" />
6+ <!-- < presentations-settings :class="$style.settings" /> -- >
67 <generate-token :class =" $style.settings" />
78 </div >
89</template >
910
1011<script lang="ts">
1112import { defineComponent } from ' vue'
12- import StateSettings from ' ./StateSettings.vue'
13+ // import StateSettings from './StateSettings.vue'
1314import LiveIdSettings from ' ./LiveIdSettings.vue'
14- import PresentationsSettings from ' ./PresentationsSettings.vue'
15+ // import PresentationsSettings from './PresentationsSettings.vue'
1516import GenerateToken from ' ./GenerateToken.vue'
1617
1718export default defineComponent ({
1819 name: ' Settings' ,
1920 components: {
20- StateSettings ,
21+ // StateSettings,
2122 LiveIdSettings ,
22- PresentationsSettings ,
23+ // PresentationsSettings,
2324 GenerateToken
2425 }
2526})
You can’t perform that action at this time.
0 commit comments