View full request works
Also: - moved setup stuff out of the `data` function and into the `created` function - standardized Vue component coding styles - reworded transition text on log on and journal loading templates
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
<template lang="pug">
|
||||
#app
|
||||
navigation
|
||||
#content.container
|
||||
router-view
|
||||
vue-progress-bar
|
||||
footer
|
||||
p.text-right: i myPrayerJournal v0.8.0
|
||||
#app
|
||||
navigation
|
||||
#content.container
|
||||
router-view
|
||||
vue-progress-bar
|
||||
footer
|
||||
p.text-right: i myPrayerJournal v0.8.0
|
||||
</template>
|
||||
|
||||
<script>
|
||||
'use strict'
|
||||
|
||||
import Navigation from './components/Navigation.vue'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user