Showing
1 changed file
with
4 additions
and
0 deletions
| 1 | <script setup lang="ts"> | 1 | <script setup lang="ts"> |
| 2 | +//#region --import--. | ||
| 2 | import SearchBar from "~/components/SearchBar.vue"; | 3 | import SearchBar from "~/components/SearchBar.vue"; |
| 3 | import { ref } from "vue"; | 4 | import { ref } from "vue"; |
| 5 | +//#endregion | ||
| 4 | 6 | ||
| 7 | +//#region --Data/refs--. | ||
| 5 | const isInitialLoading = ref(true); | 8 | const isInitialLoading = ref(true); |
| 9 | +//#endregion | ||
| 6 | </script> | 10 | </script> |
| 7 | 11 | ||
| 8 | <template> | 12 | <template> |
-
Please register or login to post a comment