Initial commit
This commit is contained in:
11
src/components/Forecast.vue
Normal file
11
src/components/Forecast.vue
Normal 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>
|
||||
Reference in New Issue
Block a user