refactor: refactor Modal component, add loading skeletons to cart items, and perform minor UI/code cleanup across components
This commit is contained in:
@@ -324,8 +324,8 @@ watch(
|
|||||||
:to="{ name: nextPage?.name, query: { gw: nextPage?.query } }"
|
:to="{ name: nextPage?.name, query: { gw: nextPage?.query } }"
|
||||||
>
|
>
|
||||||
<Button
|
<Button
|
||||||
start-icon="arrow-right"
|
start-icon="ci:arrow-right"
|
||||||
class="w-full rounded-100"
|
class="w-full rounded-100 py-2 lg:typo-p-sm"
|
||||||
variant="primary"
|
variant="primary"
|
||||||
>
|
>
|
||||||
{{ nextPage?.label }}
|
{{ nextPage?.label }}
|
||||||
|
|||||||
Reference in New Issue
Block a user