feat: profile components

This commit is contained in:
NGPixel
2018-05-20 23:27:06 -04:00
parent 17b2117b39
commit b1499d1d64
11 changed files with 238 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
v-dialog(v-model='dialogProgress', persistent, max-width='350')
v-card(color='blue darken-3', dark)
v-card-text.text-xs-center.py-4
v-progress-circular(indeterminate, color='white', width='1')
v-progress-circular(indeterminate, color='white', :width='1')
.subheading Processing
.caption.blue--text.text--lighten-3 Please wait...
</template>