uview-plus 3.2.18 → 3.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md
CHANGED
|
@@ -90,7 +90,6 @@
|
|
|
90
90
|
import mixin from '../../libs/mixin/mixin';
|
|
91
91
|
import defProps from '../../libs/config/props.js';
|
|
92
92
|
import { addUnit, addStyle, deepMerge, getPx, sleep, sys } from '../../libs/function/index';
|
|
93
|
-
import Index from '@/pages/template/login/index.vue';
|
|
94
93
|
/**
|
|
95
94
|
* Tabs 标签
|
|
96
95
|
* @description tabs标签组件,在标签多的时候,可以配置为左右滑动,标签少的时候,可以禁止滑动。 该组件的一个特点是配置为滚动模式时,激活的tab会自动移动到组件的中间位置。
|
package/package.json
CHANGED
package/types/comps/form.d.ts
CHANGED