mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Add support for unplugin-icons and auto-importing components (no-changelog) (#10055)
This commit is contained in:
@@ -18,7 +18,7 @@ type Props = {
|
||||
};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
const NodeCreator = defineAsyncComponent(
|
||||
const LazyNodeCreator = defineAsyncComponent(
|
||||
async () => await import('@/components/Node/NodeCreator/NodeCreator.vue'),
|
||||
);
|
||||
|
||||
@@ -135,7 +135,7 @@ function nodeTypeSelected(nodeTypes: string[]) {
|
||||
</div>
|
||||
</div>
|
||||
<Suspense>
|
||||
<NodeCreator
|
||||
<LazyNodeCreator
|
||||
:active="createNodeActive"
|
||||
@node-type-selected="nodeTypeSelected"
|
||||
@close-node-creator="closeNodeCreator"
|
||||
|
||||
Reference in New Issue
Block a user