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 eabda1f commit 5946b7dCopy full SHA for 5946b7d
1 file changed
src/components/BootstrapBlazor.UniverSheet/wwwroot/univer.js
@@ -60,7 +60,7 @@ export async function createUniverSheetAsync(sheet) {
60
DefaultPlugin: '_content/BootstrapBlazor.UniverSheet/plugin.js'
61
};
62
for (const name in plugins) {
63
- const module = await import(`../../../${plugins[name]}`);
+ const module = await import(`../../${plugins[name]}`);
64
const plugin = module[name];
65
options.plugins.push(plugin);
66
}
0 commit comments