mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ♻️ Begin refactoring code to use new custom UI library
This commit is contained in:
parent
2e1cc99de4
commit
13faf840dd
13 changed files with 196 additions and 78 deletions
11
pages/_test/demo.vue
Normal file
11
pages/_test/demo.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
<ButtonsDemo />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import ButtonsDemo from "~/packages/ui/demo/buttons-demo.vue";
|
||||
|
||||
definePageMeta({
|
||||
layout: "app",
|
||||
});
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue