Open
Description
Version
3.0.1
Reproduction link
https://bitbucket.org/yongjun21/example/src/master/
Node and OS info
Node 8.11.3
Steps to reproduce
Run npx vue-cli-service serve src/components/Test.vue
What is expected?
Component mounted when index.html opened
What is actually happening?
Component not mounted. Though can be located in app.js
If I use cli-service-global (i.e. vue serve src/components/Test.vue
), component gets mounted.