mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[bugfix] TreeSelect dependency path error (#216)
* [bugfix] Checkbox border render error in weixin browser * [bugfix] TreeSelect dependency path error
This commit is contained in:
@@ -28,13 +28,13 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Icon from 'packages/icon';
|
||||
import Icon from '../icon';
|
||||
|
||||
export default {
|
||||
name: 'van-tree-select',
|
||||
|
||||
components: {
|
||||
'van-icon': Icon
|
||||
[Icon.name]: Icon
|
||||
},
|
||||
|
||||
props: {
|
||||
|
Reference in New Issue
Block a user