mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
11 lines
182 B
Vue
11 lines
182 B
Vue
<template>
|
|
<ButtonsDemo />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import ButtonsDemo from "~/packages/ui/demo/buttons-demo.vue";
|
|
|
|
definePageMeta({
|
|
layout: "app",
|
|
});
|
|
</script> |