import { use } from '../utils'; const [sfc, bem] = use('goods-action'); export default sfc({ render(h) { return
{this.$slots.default}
; } });