quasar integration

This commit is contained in:
ctengiz
2024-03-25 16:24:06 +03:00
parent 63f856da34
commit 18ff9ddbfd
32 changed files with 8732 additions and 964 deletions

View File

@@ -1,23 +1,11 @@
<script setup>
</script>
<template>
<div class="container">
<router-view></router-view>
<!-- <LoginPage msg="Wails + Vue" /> -->
</div>
<router-view />
</template>
<style scoped>
.logo {
height: 6em;
padding: 1.5em;
will-change: filter;
}
.logo:hover {
filter: drop-shadow(0 0 2em #e80000aa);
}
.logo.vue:hover {
filter: drop-shadow(0 0 2em #42b883aa);
}
</style>
<script>
import { defineComponent } from 'vue'
export default defineComponent({
name: 'App'
})
</script>