猿问

yarn run lint:Missing file extension "vue" for

☁  vue-admin-template [master] ⚡ yarn run lint
yarn run v1.6.0(node:1818) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
$ vue-cli-service lint
error: Missing file extension "vue" for "@/components/common/Master" (import/extensions) at src/views/test/Test.vue:70:24:  68 | </template>  69 | <script>
> 70 | import MasterPage from '@/components/common/Master';
     |                        ^  71 |  72 | export default {  73 |   components: {1 error found.
error Command failed with exit code 1.info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.


茅侃侃
浏览 2717回答 2
2回答

蛊毒传说

解决了:Master要改成Master.vue加.vue后缀,太坑了

天涯尽头无女友

import&nbsp;MasterPage&nbsp;from&nbsp;'@/components/common/Master.vue';
随时随地看视频慕课网APP
我要回答