diff --git a/src/components/SimpleKeyboard.vue b/src/components/SimpleKeyboard.vue
index 7928b15..2b1b797 100644
--- a/src/components/SimpleKeyboard.vue
+++ b/src/components/SimpleKeyboard.vue
@@ -28,7 +28,7 @@ export default {
'{enter}': 'Enter',
'{tab}': 'Tab',
'{shift}': 'Shift',
- '{change}': '中文/En',
+ '{change}': 'En/中文',
'{space}': ' ',
'{clear}': 'Clear',
'{close}': 'Close'
@@ -72,7 +72,8 @@ export default {
this.keyboard = new Keyboard(this.keyboardClass, {
onChange: this.onChange,
onKeyPress: this.onKeyPress,
- layoutCandidates: layout.layoutCandidates,
+ // layoutCandidates: layout.layoutCandidates,
+ layoutCandidates: null,
layout: {
// 默认布局
default: [