Remove the dev-tools for rediricting API from production app
This commit is contained in:
parent
59a93c673a
commit
a58007a98c
4 changed files with 2 additions and 69 deletions
|
|
@ -8,14 +8,10 @@
|
|||
<div v-if="error" class="uk-align-center">
|
||||
{{ error }}
|
||||
</div>
|
||||
<div class="uk-align-center">
|
||||
<devTools class="uk-width-medium"></devTools>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import devTools from "./tabContentComponents/aboutComponents/devTools.vue";
|
||||
import { mapWritableState } from "pinia";
|
||||
import { useSettingsStore } from "@/stores/settings.js";
|
||||
|
||||
|
|
@ -23,10 +19,6 @@ import { useSettingsStore } from "@/stores/settings.js";
|
|||
export default {
|
||||
name: "LoadingContent",
|
||||
|
||||
components: {
|
||||
devTools,
|
||||
},
|
||||
|
||||
computed: {
|
||||
...mapWritableState(useSettingsStore, ["error", "waiting"]),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue