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 1807583 commit 722ec21Copy full SHA for 722ec21
1 file changed
src/components/BootstrapBlazor.UniverSheet/wwwroot/plugin.js
@@ -1,8 +1,7 @@
1
import DataService from './data-service.js'
2
3
-const { Plugin, Injector, setDependencies, UniverInstanceType } = UniverCore;
+const { Plugin, Injector, setDependencies } = UniverCore;
4
5
-// 定义插件类
6
export class DefaultPlugin extends Plugin {
7
static pluginName = 'DefaultPlugin';
8
@@ -65,7 +64,7 @@ export class DefaultPlugin extends Plugin {
65
64
delete data.resources;
66
return {
67
messageName: null,
68
- commandName: 'Save',
+ commandName: null,
69
data: JSON.stringify(data)
70
};
71
}
0 commit comments