docs: add vant composition api intro

This commit is contained in:
chenjiahan
2021-06-04 17:51:15 +08:00
committed by neverland
parent 1000724826
commit 952aa70433
10 changed files with 38 additions and 239 deletions

View File

@@ -413,6 +413,10 @@ module.exports = {
{
title: '组合式 API',
items: [
{
path: 'vant-use-intro',
title: '介绍',
},
{
path: 'use-toggle',
title: 'useToggle',