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)
// }