You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught ReferenceError: Save is not defined
at Module../src/plugins/view-mode/index.tsx (main.ceba.js:37295)
at __webpack_require__ (main.ceba.js:732)
at fn (main.ceba.js:109)
at Module../src/gaea-editor.component.tsx (main.ceba.js:29590)
at __webpack_require__ (main.ceba.js:732)
at fn (main.ceba.js:109)
at Module../src/index.tsx (main.ceba.js:29808)
at __webpack_require__ (main.ceba.js:732)
at fn (main.ceba.js:109)
at Module../docs/basic.tsx (main.ceba.js:913)
我看了下文件 ../src/plugins/view-mode/index.tsx
export default {
position: 'navbarRight',
class: Save
};
Save 没有地方声明啊 是不是应该是ViewMode啊
版本2.3.19
The text was updated successfully, but these errors were encountered:
启动起来之后,报个错
我看了下文件 ../src/plugins/view-mode/index.tsx
Save 没有地方声明啊 是不是应该是ViewMode啊
版本2.3.19
The text was updated successfully, but these errors were encountered: