在 Astro 文件之外使用了 Astro.glob()
AstroGlobUsedOutside:
Astro.glob(GLOB_STR)
只能在.astro
文件中使用。可以使用import.meta.glob(GLOB_STR)
来达到相似的效果。
哪里出错了?
名为“哪里出错了?”的部分Astro.glob()
只能在 .astro
文件中使用。你可以改用 import.meta.glob()
来达到同样的效果。
另请参阅
错误参考AstroGlobUsedOutside:
Astro.glob(GLOB_STR)
只能在.astro
文件中使用。可以使用import.meta.glob(GLOB_STR)
来达到相似的效果。
Astro.glob()
只能在 .astro
文件中使用。你可以改用 import.meta.glob()
来达到同样的效果。
另请参阅
错误参考