We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f471a commit 968b258Copy full SHA for 968b258
resources/assets/js/components/MicroApps/index.vue
@@ -308,6 +308,17 @@ export default {
308
}, reject)
309
})
310
},
311
+ setCapsuleConfig: (config) => {
312
+ if (!$A.isJson(config)) {
313
+ return
314
+ }
315
+ this.$store.commit('microApps/update', {
316
+ name,
317
+ data: {
318
+ capsule: config,
319
320
+ })
321
+ },
322
nextZIndex: () => {
323
if (typeof window.modalTransferIndex === 'number') {
324
return window.modalTransferIndex++;
0 commit comments