Skip to content

Commit

Permalink
fix: adjust vuetify version
Browse files Browse the repository at this point in the history
  • Loading branch information
vickywane committed Jul 12, 2021
1 parent 7306cc2 commit 09db15c
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 191 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"jest-extended": "^0.11.5",
"jest-fetch-mock": "^3.0.3",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^0.9.0",
"nyc": "^15.0.1",
"sass": "^1.26.5",
"sass-loader": "^10.0.4",
Expand Down
20 changes: 10 additions & 10 deletions src/views/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
lazy-src="/img/lazy-load-bg.gif"
>
<template #placeholder>
<v-row
class="fill-height ma-0"
align="center"
justify="center"
>
<v-progress-circular
indeterminate
color="info lighten-2"
/>
</v-row>
<v-row
class="fill-height ma-0"
align="center"
justify="center"
>
<v-progress-circular
indeterminate
color="info lighten-2"
/>
</v-row>
</template>
<v-row
class="fill-height ma-0"
Expand Down
Loading

0 comments on commit 09db15c

Please sign in to comment.