This commit is contained in:
2023-06-09 14:29:13 +02:00
parent 18c4c331f2
commit 78b3ec468b
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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)
// }
+2 -2
View File
@@ -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 }">