fix: apply ESLint rule vue/padding-line-between-blocks

This commit is contained in:
iamsivin
2024-07-26 11:52:27 +05:30
parent 1b045c499c
commit 29007de112
218 changed files with 247 additions and 0 deletions
@@ -8,6 +8,7 @@ export default {
},
};
</script>
<template>
<div class="relative my-4 section-separator">
<div class="absolute inset-0 flex items-center" aria-hidden="true">
@@ -81,6 +81,7 @@ const onClick = () => {
emit('click');
};
</script>
<template>
<button
class="inline-flex items-center gap-1 text-sm font-medium reset-base rounded-xl w-fit"
@@ -62,6 +62,7 @@ export default {
},
};
</script>
<template>
<WithLabel
:label="label"
@@ -45,6 +45,7 @@ const onAvatarDelete = () => {
emits('delete');
};
</script>
<template>
<div class="relative rounded-xl h-[72px] w-[72px] cursor-pointe group">
<img
@@ -81,6 +81,7 @@ export default {
</select>
</WithLabel>
</template>
<style scoped>
.select-caret {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28110, 111, 115%29'></polygon></svg>");
@@ -53,6 +53,7 @@ export default {
},
};
</script>
<template>
<WithLabel
:label="label"
@@ -24,6 +24,7 @@ export default {
},
};
</script>
<template>
<div class="space-y-1">
<label