This commit is contained in:
f4ilji
2024-12-07 01:09:58 +05:00
parent 290aa841d3
commit 8d94c627d2
5 changed files with 9 additions and 3 deletions
@@ -1,7 +1,7 @@
<template>
<div>
<PageSkeleton v-if="loading" />
<div v-else>
<div class="space-y-6" v-else>
<component
v-for="(block, index) in blocks"
:key="index"