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