yarn run lint:Missing file extension "vue" for

发布于 2022-09-11 17:31:55 字数 759 浏览 11 评论 0

☁  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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懒的傷心 2022-09-18 17:31:55

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

import MasterPage from '@/components/common/Master.vue';

clipboard.png

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文