We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78d1a6 commit 1366b57Copy full SHA for 1366b57
src/components/DsfrAlert/docs-demo/DsfrAlertDemo.vue
@@ -1,11 +1,11 @@
1
<script lang="ts" setup>
2
+import type { TitleTag } from '../../../common-types'
3
+import type { DsfrAlertType } from '../DsfrAlert.vue'
4
+
5
import { ref } from 'vue'
6
-import type { DsfrAlertType } from '../DsfrAlert.vue'
7
import DsfrAlert from '../DsfrAlert.vue'
8
-import type { TitleTag } from '../../common-types'
-
9
const defaultAlerts: {
10
[key: string]: {
11
id: string
0 commit comments