mirror of
https://github.com/Kugelschieber/migo.git
synced 2026-01-18 14:50:29 +00:00
Basic Vue setup.
This commit is contained in:
13
cmd/admin/src/App.vue
Normal file
13
cmd/admin/src/App.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import {defineComponent} from "vue";
|
||||
|
||||
export default defineComponent({});
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import "@/assets/main.scss";
|
||||
</style>
|
||||
Reference in New Issue
Block a user