父组件在子组件中插入内容
子组件,通过标签显示
在App.vue中使用slot进行占位、
子组件中使用name来进行区分
子组件
子组件 FormHelper.vue
子组件FormOne.vue
子组件FormTwo.vue
父组件App.vue
变更component的值,动态显示组件