cuizin/cuizin/js_src/components/Loader.vue
Phyks (Lucas Verney) b5946ccc84 Few UI improvements + add refetch ability
* Order by decreasing ids on the home page.
* Confirmation modals when deleting / refetching items.
* Spinners when loading.
* Getting started message when there is no recipe.
* Add the ability to refetch a recipe from the website (when a Weboob
module has been improved for instance).
2018-03-03 15:56:18 +01:00

8 lines
213 B
Vue

<template>
<v-layout row>
<v-flex xs12 class="text-xs-center">
<v-progress-circular indeterminate :size="70" :width="7"></v-progress-circular>
</v-flex>
</v-layout>
</template>