2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00
Files
vue-select/docs/.vitepress/config/meta.ts
T
Jeff Sagal 96ff08406c vitepress wip
mostly working, feeling like vuepress should still be considered
2022-02-23 10:25:36 -08:00

8 lines
266 B
TypeScript

export default {
title: 'Vue Select | VueJS Select2/Chosen Component',
description:
'Everything you wish the HTML select element could do, wrapped up into a lightweight, extensible Vue component.',
url: 'https://vue-select.org',
icon: '/vue-logo.png',
}