chore(docs): update repl pkg link names

This commit is contained in:
braks
2022-10-10 15:45:52 +02:00
committed by Braks
parent 028d79306c
commit 688c931b3a

View File

@@ -71,8 +71,8 @@ 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`,
'@vue-flow/additional-components': `${location.origin}/vue-flow-additional-components.es.js`,
'@vue-flow/core': `${location.origin}/vue-flow-core.es.js`,
...additionalImports,
},
})