mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-17 10:21:23 +00:00
19 lines
184 B
Vue
19 lines
184 B
Vue
<template>
|
|
<div>
|
|
default
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'default',
|
|
data(){
|
|
return {
|
|
};
|
|
},
|
|
methods: {
|
|
},
|
|
watch: {
|
|
}
|
|
};
|
|
</script> |