fix pug indent issue

This commit is contained in:
lesion
2022-07-01 15:55:09 +02:00
parent baeb141ccd
commit 1ca44cf048
31 changed files with 888 additions and 894 deletions

View File

@@ -1,6 +1,6 @@
<template lang='pug'>
.loading-page(:class='{ loading }')
v-progress-circular(:size="100" :width="10" style='color: orangered;' indeterminate)
.loading-page(:class='{ loading }')
v-progress-circular(:size="100" :width="10" style='color: orangered;' indeterminate)
</template>
<script>