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.
<a>
1 parent b7094cb commit c9a2b9fCopy full SHA for c9a2b9f
src/components/MdList/MdListItem/MdListItemLink.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <a class="md-list-item-link" v-bind="{ href, disabled, target }">
+ <a class="md-list-item-link" v-bind="$props">
3
<md-list-item-content :md-disabled="isDisabled">
4
<slot />
5
</md-list-item-content>
@@ -13,8 +13,13 @@
13
name: 'MdListItemLink',
14
mixins: [MdListItemMixin],
15
props: {
16
+ download: String,
17
href: String,
- target: String
18
+ hreflang: String,
19
+ ping: String,
20
+ rel: String,
21
+ target: String,
22
+ type: String
23
}
24
25
</script>
0 commit comments