We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我尝试使用以下方式导入:
<script type="importmap"> { "imports": { "@ant-design/icons-vue": "https://cdn.jsdelivr.net/npm/@ant-design/icons-vue@7.0.1/es/index.js" } } </script> <script type="module"> import { HomeOutlined } from "@ant-design/icons-vue"; console.log(`HomeOutlined -->`, HomeOutlined); </script>
但是有些文件加载不了:
然后我查了一下,使用这种:
<script type="importmap"> { "imports": { "@ant-design/icons-vue": "https://cdn.jsdelivr.net/npm/@ant-design/icons-vue@latest/+esm" } } </script>
报另一个错误(相关链接):
The text was updated successfully, but these errors were encountered:
相关issue #668
@element-plus/icons-vue 图标参考
Sorry, something went wrong.
No branches or pull requests
我尝试使用以下方式导入:
但是有些文件加载不了:
然后我查了一下,使用这种:
报另一个错误(相关链接):
The text was updated successfully, but these errors were encountered: