Edit footer and add header
This commit is contained in:
parent
4341a3ff9e
commit
c6705914e0
10 changed files with 160 additions and 41 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
<div class="app">
|
||||
<AppError class="app__error" :error-message="errorMessage" @handle-error="handleError" />
|
||||
<AppFooter class="app__footer" />
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
@ -33,7 +34,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
|
||||
// --------------------------------------------------
|
||||
// LAYOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue