This commit is contained in:
valitovgaziz
2024-11-23 03:12:59 +05:00
parent cd6460d121
commit b461f9b53e
2 changed files with 5 additions and 12 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
<!DOCTYPE html>
<html lang="">
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>F&A</title>
</head>
<body>
<div id="app"></div>
+3 -9
View File
@@ -1,16 +1,10 @@
<script setup>
import { RouterLink, RouterView } from 'vue-router'
import { RouterLink, RouterView } from 'vue-router';
import HomeView from './views/HomeView.vue';
</script>
<template>
<header>
<div class="wrapper">
<nav>
</nav>
</div>
</header>
<RouterView />
<HomeView />
</template>
<style scoped>