mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-15 15:26:34 +10:00
5 lines
95 B
Vue
5 lines
95 B
Vue
<template>{{state}}</template>
|
|
|
|
<script setup lang="ts">
|
|
const state = useAppState();
|
|
</script> |