advent-of-code

Entries to advent of code, multiple years
git clone git://git.finwo.net/misc/advent-of-code
Log | Files | Refs

root.vue (231B)


      1 <template>
      2   <router-view/>
      3   <vue-notification-list position="bottom-right"></vue-notification-list>
      4 </template>
      5 
      6 <script lang="ts">
      7 import { ref } from 'vue';
      8 import { lock, unlock } from 'nlock';
      9 
     10 export default {
     11 
     12 };
     13 </script>