fix: apply ESLint rule vue/padding-line-between-blocks
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user