mirror of
https://github.com/youzan/vant.git
synced 2025-12-18 02:06:02 +08:00
[Improvement] Support Vue.use to register a component (#401)
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import install from '../utils/install';
|
||||
|
||||
export default {
|
||||
install,
|
||||
name: 'van-icon',
|
||||
props: {
|
||||
name: String
|
||||
|
||||
Reference in New Issue
Block a user