Fix: Broken version display
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dad4927ebb
commit
8f0c9fe4ce
3 changed files with 3764 additions and 3763 deletions
File diff suppressed because one or more lines are too long
|
@ -21,6 +21,7 @@ const i18n = new VueI18n({
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
components: { app },
|
components: { app },
|
||||||
|
data: { version },
|
||||||
el: '#app',
|
el: '#app',
|
||||||
i18n,
|
i18n,
|
||||||
render: createElement => createElement('app'),
|
render: createElement => createElement('app'),
|
||||||
|
|
Loading…
Reference in a new issue