layout update test push

This commit is contained in:
Mateusz Michałowski 2024-07-11 09:57:40 +02:00
parent 885c0c0d96
commit b551495799
2 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,6 @@ import defaultLayout from '@/layouts/defaultLayout'
export default {
name: 'app',
components: { defaultLayout },
mounted() {
console.log('Test mounted log')
},
}
</script>
<style>

View File

@ -11,6 +11,7 @@
<b-card-text>
<b-link to="creation-confirm">
<h1>{{ $store.state.openCreations }}</h1>
<h1>Layout test</h1>
</b-link>
</b-card-text>
</b-card>