UNPKG

@58fe/p5

Version:

pc端vue组件

10 lines (8 loc) 154 B
import { findComponentUpward } from './../../util/assist'; export default { data() { return { form: findComponentUpward(this, 'p5Form') }; } };