项目背景

在VUE项目中,引入了某个页面组件,项目能正常运行,但是在编译的时候报错
"export 'DepartSelect' was not found in '@/components/tools/DepartSelect'

错误写法

在页面中引入 DepartSelect 组件,错误写法

import { DepartSelect }  from '@/components/tools/DepartSelect'
正确写法
import DepartSelect from '@/components/tools/DepartSelect'
Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐