# 问题原因:

引用组件时:

import QuickStart from "./components/QuickStart";

# 解决办法:

import QuickStart from "./components/QuickStart.vue";