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
+1
View File
@@ -16,6 +16,7 @@ export default {
},
};
</script>
<template>
<div
class="flex flex-col flex-1 overflow-hidden rounded-b-lg bg-slate-25 dark:bg-slate-800"
@@ -57,6 +57,7 @@ export default {
},
};
</script>
<template>
<div class="flex flex-1 overflow-auto">
<PreChatForm :options="preChatFormOptions" @submit="onSubmit" />