From 9df9f27a4a8bf5307ee83112cab0bc27d6e02424 Mon Sep 17 00:00:00 2001 From: Marcos Moura Date: Wed, 7 Dec 2016 19:18:49 -0200 Subject: [PATCH] create custom tags in whiteframe component (#170) * create custom tags in whiteframe * add custom tag in api. fix #169 * add custom tag in examples. fix #169 --- docs/src/pages/Introduction.vue | 46 ++++++++++---------- docs/src/pages/components/Whiteframe.vue | 10 ++++- src/components/mdTabs/mdTabs.vue | 38 ++++++++-------- src/components/mdWhiteframe/mdWhiteframe.vue | 35 +++++++-------- 4 files changed, 66 insertions(+), 63 deletions(-) diff --git a/docs/src/pages/Introduction.vue b/docs/src/pages/Introduction.vue index 68db730..e4432bb 100644 --- a/docs/src/pages/Introduction.vue +++ b/docs/src/pages/Introduction.vue @@ -1,31 +1,33 @@