From dbc691c61ea5d112e7d9e3f393856574ac5d1d37 Mon Sep 17 00:00:00 2001 From: Dixsie Date: Wed, 24 Mar 2021 06:33:30 -0500 Subject: Add form quick start documentation Form quick start documentation contains info on using the form and form group components, and the Vuelidate plugin. This doc also provides a template for creating a new form. Signed-off-by: Dixsie Wolmers Change-Id: I5d05141ff05cd069e55853a8b2cb4adecb3c848a --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/.vuepress/config.js') diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ed0035ca..e48e1662 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -60,6 +60,7 @@ module.exports = { { title: "Quick Start", children: [ + "/guide/quickstart/forms", "/guide/quickstart/page-anatomy", "/guide/quickstart/store-anatomy" ] -- cgit v1.2.3