mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2026-03-22 00:42:23 +00:00
Migration to Nuxt3
This commit is contained in:
7
components/ScreenCenter.vue
Normal file
7
components/ScreenCenter.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div class="flex flex-1 items-center py-0">
|
||||
<div class="w-full">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user