mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 12:32:14 +10:00
8 lines
87 B
Vue
8 lines
87 B
Vue
<template />
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({
|
|
layout: false
|
|
})
|
|
</script>
|