mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
remove example
This commit is contained in:
parent
e857ad1739
commit
339cc74162
1 changed files with 0 additions and 12 deletions
|
|
@ -59,10 +59,6 @@
|
|||
<md-tooltip md-direction="right">My tooltip</md-tooltip>
|
||||
</md-avatar>
|
||||
</div>
|
||||
|
||||
<div class="test">
|
||||
<span v-for="index in 50">{{index}} <md-tooltip md-direction="bottom">My tooltip</md-tooltip></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div slot="code">
|
||||
|
|
@ -159,12 +155,4 @@
|
|||
.md-avatar {
|
||||
margin: 24px;
|
||||
}
|
||||
|
||||
.test {
|
||||
width: 100px;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue