chore: remove unused var

This commit is contained in:
chenjiahan
2020-07-03 16:46:18 +08:00
parent de8985b4f3
commit 9d5b734170
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { createNamespace, get } from '../utils';
import { createNamespace } from '../utils';
import { isDate } from '../utils/validate/date';
import { padZero } from '../utils/format/string';
import { getTrueValue, getMonthEndDay } from './utils';
-1
View File
@@ -1,4 +1,3 @@
import Vue from 'vue';
import { sortChildren } from '../utils/vnodes';
export function ChildrenMixin(parent, options = {}) {
+1 -1
View File
@@ -3,7 +3,7 @@ import { stopPropagation } from '../utils/dom/event';
import { BindEventMixin } from '../mixins/bind-event';
import Key from './Key';
const [createComponent, bem, t] = createNamespace('number-keyboard');
const [createComponent, bem] = createNamespace('number-keyboard');
export default createComponent({
mixins: [
+1 -1
View File
@@ -1,5 +1,5 @@
import NumberKeyboard from '..';
import { mount, trigger, later } from '../../../test';
import { mount, trigger } from '../../../test';
function clickKey(key) {
trigger(key, 'touchstart');