This commit is contained in:
Sébastien Chopin 2017-07-08 18:49:37 +02:00
parent 4098e68983
commit a39b9fe13b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<template lang="html">
<template>
<div class="loading-page" v-if="loading">
<p>Loading...</p>
</div>

View File

@ -1,3 +1,3 @@
module.exports = {
loading: 'components/loading.vue'
loading: '~/components/loading.vue'
}