Skip to content
Snippets Groups Projects
Commit 280c6068 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

bug version in firefox module

parent 16412738
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@
">
<solid-terminal-icon
style="width: 0.9rem"
aria-hidden="true" />&nbsp;v{{ $config.clientVersion }} |
aria-hidden="true" />&nbsp;v{{ version_ww }} |
{{ $t("apropos.title") }}
</button>
</div>
......@@ -58,13 +58,15 @@
</template>
<script>
import pkg from "~/package.json"
import { LAST_BLOCK } from "@/graphql/queries.js"
import { VERSION } from "@/graphql/queries.js"
export default {
data() {
return {
screenwidth: 0
screenwidth: 0,
version_ww: pkg.version
}
},
props: {
......
import i18n from "./i18n"
import pkg from "./package.json"
import APOLLO_CONFIG from "./graphql/config"
export default {
......@@ -10,10 +9,7 @@ export default {
target: "static",
// Variables that can be accessed by $config
publicRuntimeConfig: {
// Application version from package.json
clientVersion: pkg.version
},
publicRuntimeConfig: {},
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment