chore: remove unused registration in test cases
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import Vue from 'vue';
|
||||
import Swipe from '..';
|
||||
import SwipeItem from '../../swipe-item';
|
||||
import { mount, triggerDrag, later } from '../../../test';
|
||||
|
||||
Vue.use(Swipe);
|
||||
Vue.use(SwipeItem);
|
||||
|
||||
const Component = {
|
||||
template: `
|
||||
<van-swipe ref="swipe" v-bind="$props">
|
||||
|
||||
Reference in New Issue
Block a user