+7
-2
lines changedFilter options
+7
-2
lines changed Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1
1
<template>
2
-
<a class="md-list-item-link" v-bind="{ href, disabled, target }">
2
+
<a class="md-list-item-link" v-bind="$props">
3
3
<md-list-item-content :md-disabled="isDisabled">
4
4
<slot />
5
5
</md-list-item-content>
@@ -13,8 +13,13 @@
13
13
name: 'MdListItemLink',
14
14
mixins: [MdListItemMixin],
15
15
props: {
16
+
download: String,
16
17
href: String,
17
-
target: String
18
+
hreflang: String,
19
+
ping: String,
20
+
rel: String,
21
+
target: String,
22
+
type: String
18
23
}
19
24
}
20
25
</script>
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4