This commit is contained in:
@@ -260,7 +260,7 @@ export default {
|
||||
// render (h) {
|
||||
// // console.log('EdText render()')
|
||||
// if (!this.template) {
|
||||
// return h('span', 'Loading ...')
|
||||
// return h('span', 'Chargement ...')
|
||||
// } else {
|
||||
// return this.template.render.call(this)
|
||||
// }
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<nav id="header-menu">
|
||||
<!-- <span v-if="!corpusLoaded" class="loading">Loading ...</span> -->
|
||||
<!-- <span v-if="!corpusLoaded" class="loading">Chargement ...</span> -->
|
||||
<ul>
|
||||
<li>
|
||||
<span v-if="!corpusLoaded" class="loading">Loading ...</span>
|
||||
<span v-if="!corpusLoaded" class="loading">Chargement ...</span>
|
||||
<router-link v-else to="/corpus">Corpus</router-link>
|
||||
</li>
|
||||
<li class="has-submenu" :class="{ opened: indexOpened }">
|
||||
|
||||
Reference in New Issue
Block a user