mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[bugfix] module circular dependency (#728)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<script>
|
||||
import VanSwitch from '../switch';
|
||||
import { create } from '../utils';
|
||||
import create from '../utils/create';
|
||||
|
||||
export default create({
|
||||
name: 'switch-cell',
|
||||
|
Reference in New Issue
Block a user