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/6ca54cf below:

missing theme class (#1876) · vuematerial/vue-material@6ca54cf · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+6

-4

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+6

-4

lines changed Original file line number Diff line number Diff line change

@@ -1,13 +1,15 @@

1 1

<template>

2 -

<div class="md-dialog-content">

2 +

<div :class="['md-dialog-content', $mdActiveTheme]">

3 3

<slot />

4 4

</div>

5 5

</template>

6 6 7 7

<script>

8 -

export default {

9 -

name: 'MdDialogContent'

10 -

}

8 +

import MdComponent from 'core/MdComponent'

9 + 10 +

export default new MdComponent({

11 +

name: 'MdDialogContent'

12 +

})

11 13

</script>

12 14 13 15

<style lang="scss">

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