Skip to content

Commit

Permalink
docs: optimize example
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 28, 2024
1 parent a0be378 commit 54aff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/dialog/example/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function asyncClose() {
<var-button type="warning" block @click="show2 = true">{{ t('customSlots') }}</var-button>
<var-dialog v-model:show="show2">
<template #title>
<var-icon name="information" color="#2979ff" />
<var-icon name="information" color="var(--color-primary)" />
</template>

<var-cell>{{ t('message') }}</var-cell>
Expand Down

0 comments on commit 54aff22

Please sign in to comment.