Teren-app/resources/js/Components/PhoneUpdateForm.vue
Simon Pocrnjič 0f8cfd3f16 changes
2025-01-02 18:38:47 +01:00

17 lines
203 B
Vue

<template>
<div></div>
</template>
<script>
export default {
name: "Test",
created() {},
data() {
return {};
},
props: {},
methods: {},
};
</script>
<style lang="scss" scoped></style>