add loader bar

This commit is contained in:
2023-02-24 10:11:32 +10:00
parent 4261a35ca7
commit 25790d1c45
11 changed files with 53 additions and 86 deletions

View File

@@ -8,18 +8,14 @@
</router-view>
</main>
<SMFooter />
<SMLoader type="toolbox" :loading="applicationStore.routerLoading" />
<vue3-progress-bar></vue3-progress-bar>
<DialogWrapper :transition-attrs="{ name: 'fade' }" />
</template>
<script setup lang="ts">
import SMNavbar from "../components/SMNavbar.vue";
import SMFooter from "../components/SMFooter.vue";
import SMLoader from "../components/SMLoader.vue";
import { DialogWrapper } from "vue3-promise-dialog";
import { useApplicationStore } from "../store/ApplicationStore";
const applicationStore = useApplicationStore();
</script>
<style lang="scss">