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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
调整后使用以下方式注册:
import { createTerminal } from 'vue-web-terminal' const terminal = createTerminal() terminal.configTheme('customDark', "xxxx") terminal.configTheme('customLight', "xxxx") terminal.configStoreName("MyTerminalStorage") const app = createApp(App) app.use(terminal)
同时此次改动也会引入更多的配置项
The text was updated successfully, but these errors were encountered:
opt 移除highlight和codemirror默认配置方式 #132 调整组件安装方式,引入更多配置项 #133
f786b1a
tzfun
No branches or pull requests
调整后使用以下方式注册:
同时此次改动也会引入更多的配置项
The text was updated successfully, but these errors were encountered: