refactor(additional-components): move additional components into separate pkg

This commit is contained in:
braks
2022-10-08 23:25:34 +02:00
committed by Braks
parent 8567e3733b
commit c1bcc02797
82 changed files with 934 additions and 222 deletions
+1
View File
@@ -71,6 +71,7 @@ onMounted(async () => {
// pre-set import map
store.setImportMap({
imports: {
'@vue-flow/additional-components': `${location.origin}/additional-components.es.js`,
'@vue-flow/core': `${location.origin}/vue-flow.es.js`,
...additionalImports,
},