added basic template to position main elements in the page
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<script>
|
||||
export default {
|
||||
name: "NavigateVisor"
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="w-full h-[67px] pointer-events-none fixed" id="visor" />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user