perf(NumberKeyboard): improve icon re-render

This commit is contained in:
chenjiahan
2020-09-02 15:43:16 +08:00
parent 8e073fc55c
commit 1d7138cde7
4 changed files with 18 additions and 26 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import { createNamespace } from '../utils';
import { TouchMixin } from '../mixins/touch';
import { DeleteIcon, CollapseIcon } from './Icon';
import Loading from '../loading';
import DeleteIcon from './DeleteIcon';
import CollapseIcon from './CollapseIcon';
const [createComponent, bem] = createNamespace('key');