mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
possible menu fix
This commit is contained in:
parent
ae0c34a59d
commit
ed5c91e64b
2 changed files with 2 additions and 1 deletions
|
|
@ -529,7 +529,7 @@
|
|||
</md-menu-content>
|
||||
</md-menu>
|
||||
|
||||
<md-button class="md-raised md-primary" @click="$refs.menu.open">Open contact card</md-button>
|
||||
<md-button class="md-raised md-primary" @click="$refs.menu.open()">Open contact card</md-button>
|
||||
</div>
|
||||
|
||||
<div slot="code">
|
||||
|
|
|
|||
|
|
@ -440,6 +440,7 @@
|
|||
</docs-component>
|
||||
</page-content>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.label-with-new-badge {
|
||||
font-weight: bolder;
|
||||
|
|
|
|||
Loading…
Reference in a new issue