mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[improvement] unify mixin name (#2795)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { use } from '../utils';
|
||||
import Loading from '../loading';
|
||||
import Touch from '../mixins/touch';
|
||||
import { TouchMixin } from '../mixins/touch';
|
||||
import { getScrollTop, getScrollEventTarget } from '../utils/scroll';
|
||||
|
||||
const [sfc, bem, t] = use('pull-refresh');
|
||||
const TEXT_STATUS = ['pulling', 'loosing', 'success'];
|
||||
|
||||
export default sfc({
|
||||
mixins: [Touch],
|
||||
mixins: [TouchMixin],
|
||||
|
||||
props: {
|
||||
disabled: Boolean,
|
||||
|
Reference in New Issue
Block a user