Added info snackbars
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-main>
|
||||
<Snackbars />
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
@@ -30,11 +31,13 @@
|
||||
import { Component, Vue } from "vue-property-decorator";
|
||||
import Login from "@/views/Login.vue";
|
||||
import Forecast from "@/views/Forecast.vue";
|
||||
import Snackbars from "@/components/Snackbar.vue"
|
||||
|
||||
@Component({
|
||||
components: {
|
||||
Login,
|
||||
Forecast,
|
||||
Snackbars,
|
||||
},
|
||||
})
|
||||
export default class App extends Vue {
|
||||
|
||||
Reference in New Issue
Block a user