|
@@ -6,24 +6,24 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import Header from "./components/Header.vue";
|
|
|
-import Footer from "./components/Footer.vue";
|
|
|
+ import Header from "./components/Header.vue";
|
|
|
+ import Footer from "./components/Footer.vue";
|
|
|
|
|
|
-export default {
|
|
|
- name: "App",
|
|
|
- components: {
|
|
|
- Header,Footer
|
|
|
- },
|
|
|
-};
|
|
|
+ export default {
|
|
|
+ name: "App",
|
|
|
+ components: {
|
|
|
+ Header, Footer
|
|
|
+ },
|
|
|
+ };
|
|
|
</script>
|
|
|
|
|
|
<style>
|
|
|
-#app {
|
|
|
- font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
- -moz-osx-font-smoothing: grayscale;
|
|
|
- text-align: center;
|
|
|
- color: #300307;
|
|
|
- margin-top: 60px;
|
|
|
-}
|
|
|
-</style>
|
|
|
+ #app {
|
|
|
+ font-family: Avenir, Helvetica, Arial, sans-serif;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
+ text-align: center;
|
|
|
+ color: #300307;
|
|
|
+ margin-top: 60px;
|
|
|
+ }
|
|
|
+</style>
|