style: run linter
This commit is contained in:
parent
de3862bf77
commit
4853e1ec63
26 changed files with 502 additions and 631 deletions
|
@ -1,9 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
interface Props {
|
||||
cols?: number;
|
||||
cols?: number
|
||||
}
|
||||
|
||||
defineProps<Props>();
|
||||
defineProps<Props>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
@ -32,7 +32,7 @@ defineProps<Props>();
|
|||
&:before {
|
||||
display: block;
|
||||
|
||||
content: "";
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 1.375rem;
|
||||
right: 1.375rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue