UNPKG

czy-avue-form-design

Version:

Vue3.0版本,因Avue还存在一些bug,请慎重使用。

10 lines (8 loc) 248 B
import bem from '../utils/bem'; import { KEY_COMPONENT_NAME } from '../global/variable'; export default function (sfc) { sfc.name = KEY_COMPONENT_NAME + sfc.name; sfc.mixins = sfc.mixins || []; sfc.mixins.push(bem); return sfc; }