docs: translate useToggle (#8822)

This commit is contained in:
neverland
2021-06-07 20:52:26 +08:00
committed by GitHub
parent 026a1094c5
commit b3eec95bcd
3 changed files with 132 additions and 0 deletions

View File

@@ -811,6 +811,51 @@ module.exports = {
},
],
},
{
title: 'Composables',
items: [
{
path: 'vant-use-intro',
title: 'Intro',
},
{
path: 'use-toggle',
title: 'useToggle',
},
// {
// path: 'use-count-down',
// title: 'useCountDown',
// },
// {
// path: 'use-rect',
// title: 'useRect',
// },
// {
// path: 'use-event-listener',
// title: 'useEventListener',
// },
// {
// path: 'use-page-visibility',
// title: 'usePageVisibility',
// },
// {
// path: 'use-scroll-parent',
// title: 'useScrollParent',
// },
// {
// path: 'use-window-size',
// title: 'useWindowSize',
// },
// {
// path: 'use-relation',
// title: 'useRelation',
// },
// {
// path: 'use-click-away',
// title: 'useClickAway',
// },
],
},
],
},
},