Closed lznism closed 6 years ago
import header from "@/components/header.vue"; import modules from "@/components/modules.vue"; import headline from "@/components/headline.vue";
我这么写的时候编辑器报错,找不到模块,必须要写成相对路径才可以
@lznism 在 tsconfig.json 配置 baseUrl 和 paths。
@jkchao thanks!
我这么写的时候编辑器报错,找不到模块,必须要写成相对路径才可以