mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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">
|
||||
<p>Loading...</p>
|
||||
</div>
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
loading: 'components/loading.vue'
|
||||
loading: '~/components/loading.vue'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user