mirror of
https://github.com/Luzifer/ots.git
synced 2024-12-19 12:34:35 -05:00
Fix: Broken version display
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dad4927ebb
commit
8f0c9fe4ce
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 New Issue
Block a user