feat: add relay composables

This commit is contained in:
2026-05-14 22:41:11 +02:00
parent 03e53aa389
commit 970a38153e
9 changed files with 136 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import { createApp } from "vue";
import "./style.css";
import App from "./App.vue";
import { createApp } from 'vue';
createApp(App).mount("#app");
import './style.css';
import App from './App.vue';
createApp(App).mount('#app');