We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23f1361 + 924daf7 commit d409993Copy full SHA for d409993
guide/features.md
@@ -348,7 +348,7 @@ const modules = {
348
349
### Glob 导入形式 {#glob-import-as}
350
351
-`import.meta.glob` 都支持以字符串形式导入文件,类似于 [以字符串形式导入资源](https://vitejs.dev/guide/assets.html#importing-asset-as-string)。在这里,我们使用了 [Import Reflection](https://github.com/tc39/proposal-import-reflection) 语法对导入进行断言:
+`import.meta.glob` 都支持以字符串形式导入文件,类似于 [以字符串形式导入资源](./assets.html#importing-asset-as-string)。在这里,我们使用了 [Import Reflection](https://github.com/tc39/proposal-import-reflection) 语法对导入进行断言:
352
353
```js
354
const modules = import.meta.glob('./dir/*.js', { as: 'raw', eager: true })
0 commit comments