radiator-web/src/components/VSpinner.vue
garionion f0d147ab27
fix typing errors
Signed-off-by: garionion <github@entr0py.de>
2021-04-05 23:05:07 +02:00

10 lines
116 B
Vue

<template>Loading</template>
<script>
export default {
name: "VSpinner",
};
</script>
<style scoped></style>