mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 18:36:51 +08:00
chore: fix file naming
This commit is contained in:
parent
a8c671ecfd
commit
494ea8984c
@ -1,5 +1,5 @@
|
|||||||
import AddressEdit from '..';
|
import AddressEdit from '..';
|
||||||
import areaList from '../../area/demo/area.simple';
|
import areaList from '../../area/demo/area-simple';
|
||||||
import { mount, later } from '../../../test';
|
import { mount, later } from '../../../test';
|
||||||
|
|
||||||
const addressInfo = {
|
const addressInfo = {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import Area from '..';
|
import Area from '..';
|
||||||
import areaList from '../demo/area.simple';
|
import areaList from '../demo/area-simple';
|
||||||
import { mount, later, triggerDrag } from '../../../test';
|
import { mount, later, triggerDrag } from '../../../test';
|
||||||
|
|
||||||
const firstOption = [
|
const firstOption = [
|
||||||
|
@ -18,7 +18,7 @@ import {
|
|||||||
getSelectedSkuValues,
|
getSelectedSkuValues,
|
||||||
getSelectedPropValues,
|
getSelectedPropValues,
|
||||||
getSelectedProperties,
|
getSelectedProperties,
|
||||||
} from './utils/skuHelper';
|
} from './utils/sku-helper';
|
||||||
import { LIMIT_TYPE, UNSELECTED_SKU_VALUE_ID } from './constants';
|
import { LIMIT_TYPE, UNSELECTED_SKU_VALUE_ID } from './constants';
|
||||||
|
|
||||||
const namespace = createNamespace('sku');
|
const namespace = createNamespace('sku');
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { createNamespace } from '../../utils';
|
import { createNamespace } from '../../utils';
|
||||||
import { isSkuChoosable } from '../utils/skuHelper';
|
import { isSkuChoosable } from '../utils/sku-helper';
|
||||||
|
|
||||||
const [createComponent] = createNamespace('sku-row-item');
|
const [createComponent] = createNamespace('sku-row-item');
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Utils
|
// Utils
|
||||||
import lang from './lang';
|
import lang from './lang';
|
||||||
import constants from './constants';
|
import constants from './constants';
|
||||||
import skuHelper from './utils/skuHelper';
|
import skuHelper from './utils/sku-helper';
|
||||||
|
|
||||||
// Components
|
// Components
|
||||||
import Sku from './Sku';
|
import Sku from './Sku';
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { zhCNData } from './data.zh-CN';
|
import { zhCNData } from './data-zh';
|
||||||
import { enUSData } from './data.en-US';
|
import { enUSData } from './data-en';
|
||||||
import { deepClone } from '../../utils/deep-clone';
|
import { deepClone } from '../../utils/deep-clone';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user