kalkutago/client/src/App.vue

10 lines
141 B
Vue
Raw Normal View History

<script setup lang="ts">
</script>
<template>
2023-06-11 13:07:28 +00:00
<button class="button is-info">Test, hello!</button>
</template>
<style scoped>
</style>