fix: workflow (#8013)
* fix: catelog * fix: system * chore: sync upstream changes * feat: component and workflow error
This commit is contained in:
3
.changeset/.prettierrc.json
Normal file
3
.changeset/.prettierrc.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"singleQuote": true
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
<script lang="ts">
|
||||
<script setup lang="ts">
|
||||
import type { DialogOverlayProps } from 'reka-ui';
|
||||
|
||||
import { DialogOverlay } from 'reka-ui';
|
||||
|
||||
export default DialogOverlay;
|
||||
const props = defineProps<DialogOverlayProps>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<DialogOverlay data-slot="dialog-overlay" v-bind="props">
|
||||
<slot></slot>
|
||||
</DialogOverlay>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user