fix: spellcheck no work #1707

This commit is contained in:
wangxueliang 2020-01-12 20:19:28 +08:00
parent 0834d52626
commit a8e83b7241
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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);