mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
14 lines
101 B
Vue
14 lines
101 B
Vue
|
|
<template>
|
||
|
|
<div>
|
||
|
|
Log
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
|
||
|
|
export default {
|
||
|
|
name: "Log"
|
||
|
|
}
|
||
|
|
|
||
|
|
</script>
|