Skip to content

Commit

Permalink
fix: spellcheck no work #1707
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxueliang committed Jan 12, 2020
1 parent 0834d52 commit a8e83b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/input/inputProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
// onBlur?: React.FormEventHandler<any>;
prefix: PropTypes.any,
suffix: PropTypes.any,
spellCheck: Boolean,
// spellCheck: Boolean,
autoFocus: Boolean,
allowClear: Boolean,
lazy: {
Expand Down
2 changes: 1 addition & 1 deletion site/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Api from './components/api';
import './components';
import demoBox from './components/demoBox';
import demoContainer from './components/demoContainer';
import Test from '../components/table/demo/index.vue';
import Test from '../components/input/demo/basic.md';
import zhCN from './theme/zh-CN';
import enUS from './theme/en-US';
Vue.use(Vuex);
Expand Down

0 comments on commit a8e83b7

Please sign in to comment.