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 2e6f835 commit bae64faCopy full SHA for bae64fa
packages/live-web/dom/Link.lv
@@ -12,10 +12,14 @@ component Link < DOMElement{
12
on relChanged: () => {
13
this.setOwnAttributeAndUpdate('rel', this.rel)
14
}
15
- string type: ''
+ string type
16
on typeChanged: () => {
17
this.setOwnAttributeAndUpdate('type', this.type)
18
19
+ string sizes
20
+ on sizesChanged: () => {
21
+ this.setOwnAttributeAndUpdate('sizes', this.sizes)
22
+ }
23
string crossorigin: false
24
on crossoriginChanged: () => {
25
if ( this.crossorigin )
0 commit comments