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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
用文档中的 plugins: [
{
type: 'fullscreen',
autoFit: true,
trigger: {
request: 'F', // 使用快捷键 F 进入全屏
exit: 'Esc', // 使用快捷键 Esc 退出全屏
},
onEnter: () => {
console.log('进入全屏模式');
},
onExit: () => {
console.log('退出全屏模式');
},
},
],按F后就报错index.ts:135 Uncaught TypeError: Cannot read properties of undefined (reading '$el')
Beta Was this translation helpful? Give feedback.
All reactions