mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
fix: spellcheck no work #1707
This commit is contained in:
parent
0834d52626
commit
a8e83b7241
@ -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: {
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user