From 25f2e2810b49c7002d407210a936a95f0083ef15 Mon Sep 17 00:00:00 2001 From: pablohpsilva Date: Sun, 14 May 2017 10:58:53 -0300 Subject: [PATCH] adding new readonly on docs --- docs/src/pages/components/Input.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/pages/components/Input.vue b/docs/src/pages/components/Input.vue index 49a9831..a19e22c 100644 --- a/docs/src/pages/components/Input.vue +++ b/docs/src/pages/components/Input.vue @@ -100,6 +100,12 @@ Number Sets the maxlength and enable the text counter. + + + readonly + Boolean + Sets the component to read only mode. + @@ -150,6 +156,12 @@ Number Sets the maxlength and enable the text counter. + + + readonly + Boolean + Sets the component to read only mode. +