We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53606c5 commit 8a98739Copy full SHA for 8a98739
docs/guide/features.md
@@ -359,7 +359,7 @@ document.getElementById('hero-img').src = imgUrl
359
Spezielle Abfragen können die Art und Weise, wie Assets geladen werden, verändern:
360
361
```js
362
-// Explicitly load assets as URL
+// Explicitly load assets as URL (automatically inlined depending on the file size)
363
import assetAsURL from './asset.js?url'
364
```
365
0 commit comments