forked from Ivasoft/geovisio-website
test fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import Header from '@/components/Header.vue'
|
||||
import { RouterView } from 'vue-router'
|
||||
import { useMeta } from 'vue-meta'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
@@ -20,6 +21,7 @@ useMeta({
|
||||
<metainfo>
|
||||
<template v-slot:title="{ content }">{{ content }}</template>
|
||||
</metainfo>
|
||||
<Header />
|
||||
<RouterView />
|
||||
</template>
|
||||
<style scoped></style>
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
type="text/css"
|
||||
href="https://cdn.jsdelivr.net/npm/geovisio@develop/build/index.css"
|
||||
/>
|
||||
<Header />
|
||||
<main class="entry-page">
|
||||
<section id="viewer" class="entry-viewer">
|
||||
<div v-if="mapIsLoaded" class="entry-report-button">
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
<template>
|
||||
<Header />
|
||||
<main class="entry-page">
|
||||
<iframe :src="myAccountUrl" class="iframe"></iframe>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Header from '@/components/Header.vue'
|
||||
import { onMounted, computed } from 'vue'
|
||||
import { useCookies } from 'vue3-cookies'
|
||||
import { useRoute } from 'vue-router'
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
<Header />
|
||||
<main class="entry-page">
|
||||
<section id="sec-1" class="section-upload section-color">
|
||||
<div class="wrapper-upload">
|
||||
@@ -88,7 +87,6 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import Link from '@/components/Link.vue'
|
||||
import Header from '@/components/Header.vue'
|
||||
import Terminal from '@/components/Terminal.vue'
|
||||
import { useCookies } from 'vue3-cookies'
|
||||
import { computed, ref } from 'vue'
|
||||
|
||||
Reference in New Issue
Block a user