Add paginated tag fetching for backend and UI

This commit is contained in:
Tim
2025-09-24 15:37:26 +08:00
parent 2b5f6f2208
commit 6cd3cf47ef
8 changed files with 314 additions and 71 deletions

View File

@@ -80,6 +80,7 @@
<span>{{ o.name }}</span>
</slot>
</div>
<slot name="footer" :close="close"></slot>
</template>
</div>
<Teleport to="body">
@@ -116,6 +117,7 @@
<span>{{ o.name }}</span>
</slot>
</div>
<slot name="footer" :close="close"></slot>
</template>
</div>
</div>