You've already forked WhereToGoRedux
mirror of
https://github.com/Llloooggg/WhereToGoRedux.git
synced 2026-03-06 04:56:23 +03:00
[frontend]: Перенесен базовый навбар
This commit is contained in:
@@ -1,24 +1,11 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<FacilitiesList />
|
||||
<div id="app" class="app">
|
||||
<NavigationBar />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import FacilitiesList from "./components/FacilitiesList.vue";
|
||||
export default {
|
||||
name: "App",
|
||||
components: {
|
||||
FacilitiesList,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-align: center;
|
||||
color: #2c3e50;
|
||||
margin-top: 60px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user