mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
cell component add click event
This commit is contained in:
@@ -5,7 +5,13 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import O2Cell from 'packages/cell';
|
||||
|
||||
export default {
|
||||
name: 'o2-filed'
|
||||
name: 'o2-filed',
|
||||
|
||||
components: {
|
||||
O2Cell
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user