They export it as a regular const and as the default const, so you can import it either with import HomeView from "file" or import { HomeView } from "file" . – ...
確定! 回上一頁