loading animation
This commit is contained in:
parent
b3c6a9e252
commit
14781476e0
2 changed files with 36 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
<option value=""></option>
|
||||
<option :value="folder.id" v-for="folder in folders">{{ folder.title }}</option>
|
||||
</select>
|
||||
<button class="btn btn-block btn-outline-secondary mt-3" type="button">Add</button>
|
||||
<button class="btn btn-block btn-outline-secondary mt-3 loading" type="button">Add</button>
|
||||
</div>
|
||||
<div v-else-if="settings=='manage'">
|
||||
<div v-for="folder in foldersWithFeeds" class="mb-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue