Add tailwind to app-frontend (#2234)

This commit is contained in:
Mars
2024-08-22 00:21:45 -04:00
committed by GitHub
parent f73ed1213f
commit 4d0407a3b3
9 changed files with 228 additions and 418 deletions

View File

@@ -44,6 +44,8 @@
</template>
<script setup>
import { ref, computed } from 'vue'
const pixelated = ref(false)
const img = ref(null)