mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ♻️ Initiate shadcn/ui refactor
This commit is contained in:
parent
73bfbcf252
commit
a7b570905a
9 changed files with 188 additions and 4 deletions
|
|
@ -48,12 +48,12 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import { Dialog } from "@ark-ui/vue";
|
||||
import Button from "~/packages/ui/components/buttons/button.vue";
|
||||
import {
|
||||
confirmModalService,
|
||||
confirmModalWithInputService,
|
||||
} from "./service.ts";
|
||||
import type { ConfirmModalOptions, ConfirmModalResult } from "./types.ts";
|
||||
import Button from "~/packages/ui/components/buttons/button.vue";
|
||||
|
||||
const isOpen = ref(false);
|
||||
const modalOptions = ref<ConfirmModalOptions>({ message: "" });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue