vue3开发app端是不支持动态导入文件吗?
Open
- Dominant language
- JavaScript
- Stars
- 41.6k
- Forks
- 3.7k
- Avg merge
- 7h 6m
- Merged PRs (30d)
- 6
Description
**问题描述**
vue3开发app端是不支持动态导入文件吗?使用如下方式导入文件报错:
const module = await import(./dir/${file}.json)
不支持的话,目前应该怎么去处理这个问题呢?
**复现步骤**
const module = await import(./dir/${file}.json)
Contributor guide
Assessment
This issue has not been assessed yet.