refactor(editor): Fix Types issues in @n8n/chat (no-changelog) (#9438)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
oleg
2024-05-17 11:52:15 +02:00
committed by GitHub
parent 451e6590d6
commit 48588194b9
9 changed files with 15 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ const alias = [
const plugins = [
icons({
compiler: 'vue3',
autoInstall: true,
}),
vue(),
];