1、在components文件夹里面新建好作为组件的页面,
2、在展示页面写好点击事件并在组件展示位置写上 <component :is="comName"></component> 标签
3、在script里面引入刚刚新建好的组件页面并注册
4、在data里面设置默认展示的组件
5、在点击事件中判断切换组件