diff --git a/docs/src/pages/components/Tooltip.vue b/docs/src/pages/components/Tooltip.vue index c4af604..9b96d30 100644 --- a/docs/src/pages/components/Tooltip.vue +++ b/docs/src/pages/components/Tooltip.vue @@ -59,10 +59,6 @@ My tooltip - -
- {{index}} My tooltip -
@@ -159,12 +155,4 @@ .md-avatar { margin: 24px; } - - .test { - width: 100px; - - span { - display: inline-block; - } - }