A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/c9a2b9f below:

add all `<a>` attributes supported (#1328) · vuematerial/vue-material@c9a2b9f · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+7

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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