Added app bar
Small refactor
This commit is contained in:
13
src/views/Forecast.vue
Normal file
13
src/views/Forecast.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<v-card flat tile>
|
||||
<v-card-title>Prognoza pogody</v-card-title>
|
||||
</v-card>
|
||||
</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