mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
22 lines
295 B
Markdown
22 lines
295 B
Markdown
DEV README von Alex
|
||
|
||
default Page:
|
||
´´´
|
||
<template>
|
||
<div>default</div>
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
name: 'default',
|
||
data() {
|
||
return {}
|
||
},
|
||
methods: {},
|
||
watch: {},
|
||
}
|
||
</script>
|
||
|
||
´´´
|
||
|