mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
icon components
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<i :class="'zenui-icon-' + name"></i>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'o2-icon',
|
||||
|
||||
props: {
|
||||
name: String
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user