# 挂载组件

# 挂载formCreate

如何导入 formCreate

全局挂载

Vue.use(formCreate)

局部挂载

//Vue 组件
{
   components: {
       formCreate: formCreate.$form()
   }
}