Short description of the thumbnail

Title of the post

Marco Taubert - 9.8.2022 - category

Hi there!

This is your first markdown page. It probably isn’t styled much, although Markdown does support bold and italics. To learn more about adding a layout to your page, read the next section on Markdown Layouts.

import MtButton from '../components/MtButton.vue';
import { ref } from 'vue';
import Logo from '../images/logo_white.png';

const mobileNavOpen = ref(true);

const toggleMobileNav = () => {
  mobileNavOpen.value = !mobileNavOpen.value;
};

Legal

Taubert IT-Services Logo

I have been passionately programming web, iOS and Android applications for years. In addition, I deal with SmartHome and device repairs.

Β© Taubert IT-Services
Made with πŸ”₯ & β˜•