fix: apply ESLint rule vue/padding-line-between-blocks
This commit is contained in:
@@ -32,6 +32,7 @@ export default {
|
||||
</woot-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.search-input-box {
|
||||
@apply p-2;
|
||||
|
||||
@@ -43,6 +43,7 @@ export default {
|
||||
</woot-tabs>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.tab-container {
|
||||
@apply mt-1 border-b border-solid border-slate-100 dark:border-slate-800/50;
|
||||
|
||||
Reference in New Issue
Block a user