mIGRATED TO VUE
This commit is contained in:
10
src/App.vue
Normal file
10
src/App.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<script setup>
|
||||
import MapsOverlay from './components/Map.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<MapsOverlay></MapsOverlay>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
Reference in New Issue
Block a user