Skip to content

Commit 9471a5b

Browse files
committed
fix linting issues for preview component
1 parent 4663739 commit 9471a5b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/Preview.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<template>
2-
<q-card flat bordered>
2+
<q-card
3+
flat
4+
bordered
5+
>
36
<q-card-section>
47
<pre>{{ yaml }}</pre>
58
</q-card-section>

0 commit comments

Comments
 (0)