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 4302d90 commit e2a93e1Copy full SHA for e2a93e1
app/stores/app.js
@@ -118,7 +118,7 @@ export const useAppStore = defineStore("app", () => {
118
}
119
120
if (typeof extensionModule.install === 'function') {
121
- await extensionModule.install(extensionAPI.value, extensionId)
+ await extensionModule.install(extensionAPI.value)
122
123
const extensionData = {
124
module: extensionModule,
0 commit comments