Update style
* Add new default style to project * Add new BaseButton component * Remove link to stylesheet in index.html * Add import for default style * Update styles and structure for project components
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<section class="home">
|
||||
<About />
|
||||
<Experiences />
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import About from '@/components/sections/About.vue'
|
||||
import Experiences from '@/components/sections/Experiences.vue'
|
||||
import About from '../components/sections/About'
|
||||
import Experiences from '../components/sections/Experiences'
|
||||
|
||||
export default {
|
||||
name: 'Home',
|
||||
|
Reference in New Issue
Block a user