Initial commit

This commit is contained in:
Kamil Klecha
2021-10-13 21:30:26 +02:00
parent ffed90ec4f
commit e57756227b
13 changed files with 752 additions and 253 deletions

View File

@@ -0,0 +1,11 @@
<template>
<p>Forecast</p>
</template>
<script lang="ts">
import { Component, Vue } from "vue-property-decorator";
@Component
export default class Forecast extends Vue {
}
</script>