mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
add GoodsAction component
This commit is contained in:
11
packages/goods-action/index.vue
Normal file
11
packages/goods-action/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="van-goods-action">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'van-goods-action'
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user