From 2dd478661ff4cbb9e2a7e66a2a107a92698beb9d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 24 Nov 2021 14:09:59 +0100 Subject: [PATCH] docs: button is not yet in CAPI --- docs/pages/migration.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/migration.vue b/docs/pages/migration.vue index 76348e30..c6f58060 100644 --- a/docs/pages/migration.vue +++ b/docs/pages/migration.vue @@ -58,8 +58,7 @@ const components = [ }, { label: 'Button', - to: '/components/Button', - ready: true + to: '/components/Button' }, { label: 'Dropdown',