add loader bar
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user