Importing Vue Components with Webpack

后端 未结 2 472
南笙
南笙 2021-01-01 09:21

I have a hello world Vue app setup with Webpack and have the initial App component working and mounted to body. Although within that App component I can\'t figure out how to

2条回答
  •  耶瑟儿~
    2021-01-01 10:16

    You can give it a suitable name in the components object as shown bellow

    
    
    
    

提交回复
热议问题