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/af0b89c5bbc6cbcf4bcce6bcdaf624bb54ed6192 below:

fix value condition for slot · vuematerial/vue-material@af0b89c · GitHub

Skip to content Navigation Menu

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Additional navigation options

Commit af0b89c

fix(MdTable): fix value condition for slot

* fix(MdTable): fix value condition * feat(MdTable): use hasValue computed
1 parent 71b7afa commit af0b89c

Copy full SHA for af0b89c

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed +1-1Lines changed: 1 addition & 1 deletion Original file line number Diff line number Diff line change

@@ -47,7 +47,7 @@

47 47

<slot name="md-table-pagination" />

48 48

</md-content>

49 49 50 -

<slot v-if="value" />

50 +

<slot v-if="!hasValue" />

51 51

</md-tag-switcher>

52 52

</template>

53 53

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