Skip to content

Commit a8e83b7

Browse files
committed
fix: spellcheck no work #1707
1 parent 0834d52 commit a8e83b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/input/inputProps.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
// onBlur?: React.FormEventHandler<any>;
3131
prefix: PropTypes.any,
3232
suffix: PropTypes.any,
33-
spellCheck: Boolean,
33+
// spellCheck: Boolean,
3434
autoFocus: Boolean,
3535
allowClear: Boolean,
3636
lazy: {

site/dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Api from './components/api';
1212
import './components';
1313
import demoBox from './components/demoBox';
1414
import demoContainer from './components/demoContainer';
15-
import Test from '../components/table/demo/index.vue';
15+
import Test from '../components/input/demo/basic.md';
1616
import zhCN from './theme/zh-CN';
1717
import enUS from './theme/en-US';
1818
Vue.use(Vuex);

0 commit comments

Comments
 (0)