mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
Fix typo
This commit is contained in:
parent
4098e68983
commit
a39b9fe13b
@ -1,4 +1,4 @@
|
|||||||
<template lang="html">
|
<template>
|
||||||
<div class="loading-page" v-if="loading">
|
<div class="loading-page" v-if="loading">
|
||||||
<p>Loading...</p>
|
<p>Loading...</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
loading: 'components/loading.vue'
|
loading: '~/components/loading.vue'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user