test push

This commit is contained in:
Mateusz Michałowski 2024-07-11 08:20:27 +02:00
parent 54c1bd4cdc
commit 885c0c0d96

View File

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