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 8204d66 commit 0db6ee0Copy full SHA for 0db6ee0
src/AssetsManager/index.ts
@@ -38,7 +38,9 @@ export class AssetsManager implements AssetsManagerContract {
38
/**
39
* Attributes to apply to the script tag
40
*/
41
- public scriptAttributes: Record<string, any> = {}
+ public get scriptAttributes(): Record<string, any> {
42
+ return this.driver.scriptAttributes
43
+ }
44
45
46
* Configured driver
0 commit comments