UNPKG

lulouis-vant

Version:

Lightweight Mobile UI Components built on Vue

10 lines (7 loc) 185 B
import { use } from '../utils'; const [sfc, bem] = use('goods-action'); export default sfc({ render(h) { return <div class={bem()}>{this.$slots.default}</div>; } });