vue中子组件的使用

1.先引入

:import pagination from '@/components/pagination.vue';


  2.注册组件:

components: {pagination,currentTime,timer,openUp}


  3.使用组件:

<current-time></current-time>

猜你喜欢

转载自blog.csdn.net/weixin_43837268/article/details/85230888