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
@@ -49,6 +49,7 @@ export default {
},
};
</script>
<template>
<Modal :show.sync="show" :on-close="cancel">
<div class="h-auto overflow-auto flex flex-col">
@@ -41,6 +41,7 @@ export default {
</div>
</Modal>
</template>
<style lang="scss" scoped>
.action-button {
max-width: var(--space-giga);
@@ -112,6 +112,7 @@ export default {
</div>
</woot-modal>
</template>
<style scoped>
.key {
@apply py-2 px-2.5 font-semibold text-xs text-slate-700 dark:text-slate-100 bg-slate-75 dark:bg-slate-900 shadow border-b-2 rtl:border-l-2 ltr:border-r-2 border-slate-200 dark:border-slate-700;