vue3 报错export ‘render‘ (imported as ‘render‘) was not found in...

阅读 70

2022-04-04

问题:使用vue3引入子组件时webpack报错export 'render' (imported as 'render') was not found in...

子组件中所使用的是ts

<script lang="ts" setup>

但改用js错误却消失了,

故推断该报错是使用ts不当引起的

解决:

检查tsconfig.json未发现异常,

检查webpack.config.js按照vue3官网的方式引入ts-loader问题解决。

精彩评论(0)

0 0 举报