Skip to content
Snippets Groups Projects

Draft: Resolve "Adjust for operation with new SPA"

Closed Hangzhi Yu requested to merge 233-adjust-for-operation-with-new-spa into feature/vuejs
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -17,11 +17,9 @@
>
<v-card
class="flex-grow-1"
v-for="idx in 4"
:key="idx"
>
<v-skeleton-loader
type="heading, text@2, actions"
type="article, actions"
></v-skeleton-loader>
</v-card>
</v-col>
Loading