Skip to content

Commit 50379bf

Browse files
[autofix.ci] apply automated fixes
1 parent 0ec7189 commit 50379bf

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

app/components/Readme.vue

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,19 @@ function handleClick(event: MouseEvent) {
6060
</script>
6161

6262
<template>
63-
<article class="readme max-w-[70ch] lg:max-w-none px-1" dir="auto" v-html="html" :style="{
64-
'--i18n-note': '\'' + $t('package.readme.callout.note') + '\'',
65-
'--i18n-tip': '\'' + $t('package.readme.callout.tip') + '\'',
66-
'--i18n-important': '\'' + $t('package.readme.callout.important') + '\'',
67-
'--i18n-warning': '\'' + $t('package.readme.callout.warning') + '\'',
68-
'--i18n-caution': '\'' + $t('package.readme.callout.caution') + '\'',
69-
}" @click="handleClick" />
63+
<article
64+
class="readme max-w-[70ch] lg:max-w-none px-1"
65+
dir="auto"
66+
v-html="html"
67+
:style="{
68+
'--i18n-note': '\'' + $t('package.readme.callout.note') + '\'',
69+
'--i18n-tip': '\'' + $t('package.readme.callout.tip') + '\'',
70+
'--i18n-important': '\'' + $t('package.readme.callout.important') + '\'',
71+
'--i18n-warning': '\'' + $t('package.readme.callout.warning') + '\'',
72+
'--i18n-caution': '\'' + $t('package.readme.callout.caution') + '\'',
73+
}"
74+
@click="handleClick"
75+
/>
7076
</template>
7177

7278
<style scoped>

0 commit comments

Comments
 (0)