mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-09 08:29:30 -06:00
FEAT: OCTOBER UPDATE
This commit is contained in:
11
src/pages/IndexPage.vue
Normal file
11
src/pages/IndexPage.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<title>Vue Bits - Component Index</title>
|
||||
<ComponentList :list="componentMetadata" title="Index" sorting="alphabetical" has-favorite-button />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ComponentList from '@/components/common/ComponentList.vue';
|
||||
import { componentMetadata } from '@/constants/Information';
|
||||
</script>
|
||||
Reference in New Issue
Block a user