UNPKG

@mpxjs/core

Version:

mpx runtime core

21 lines (20 loc) 355 B
export default function showMixin (mixinType) { if (mixinType === 'component') { if (__mpx_mode__ === 'ali') { return { props: { mpxShow: true } } } else { return { properties: { mpxShow: { type: Boolean, value: true } } } } } }