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