mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-05 22:43:18 +00:00
feat: dark mode
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<script setup>
|
||||
import { DialogTrigger } from 'radix-vue'
|
||||
import { DialogTrigger } from 'reka-ui';
|
||||
|
||||
const props = defineProps({
|
||||
asChild: { type: Boolean, required: false },
|
||||
as: { type: null, required: false }
|
||||
})
|
||||
as: { type: null, required: false },
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user