mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
fix zan prefix
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
<script>
|
||||
import Popup from 'src/mixins/popup';
|
||||
import ZanSwipe from 'packages/swipe';
|
||||
import ZanSwipeItem from 'packages/swipe-item';
|
||||
import VanSwipe from 'packages/swipe';
|
||||
import VanSwipeItem from 'packages/swipe-item';
|
||||
|
||||
export default {
|
||||
name: 'van-image-preview',
|
||||
@@ -21,8 +21,8 @@ export default {
|
||||
mixins: [Popup],
|
||||
|
||||
components: {
|
||||
ZanSwipe,
|
||||
ZanSwipeItem
|
||||
VanSwipe,
|
||||
VanSwipeItem
|
||||
},
|
||||
|
||||
props: {
|
||||
|
Reference in New Issue
Block a user