Skip to content

Commit 4f5177d

Browse files
[autofix.ci] apply automated fixes
1 parent 94d0ad6 commit 4f5177d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

app/components/Readme.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ const handleCopy = async (e: MouseEvent) => {
3434
</script>
3535

3636
<template>
37-
<article class="readme prose prose-invert max-w-[70ch] lg:max-w-none" v-html="html" @click="handleCopy" />
37+
<article
38+
class="readme prose prose-invert max-w-[70ch] lg:max-w-none"
39+
v-html="html"
40+
@click="handleCopy"
41+
/>
3842
</template>
3943

4044
<style scoped>

0 commit comments

Comments
 (0)