Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wotwizard-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
wotwizard-ui
Commits
280c6068
Commit
280c6068
authored
2 years ago
by
Pierre-Jean CHANCELLIER
Browse files
Options
Downloads
Patches
Plain Diff
bug version in firefox module
parent
16412738
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/navigation/menu/Sidebar.vue
+4
-2
4 additions, 2 deletions
components/navigation/menu/Sidebar.vue
nuxt.config.js
+1
-5
1 addition, 5 deletions
nuxt.config.js
with
5 additions
and
7 deletions
components/navigation/menu/Sidebar.vue
+
4
−
2
View file @
280c6068
...
...
@@ -50,7 +50,7 @@
">
<solid-terminal-icon
style=
"width: 0.9rem"
aria-hidden=
"true"
/>
v
{{
$config
.
clientV
ersion
}}
|
aria-hidden=
"true"
/>
v
{{
v
ersion
_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
:
{
...
...
This diff is collapsed.
Click to expand it.
nuxt.config.js
+
1
−
5
View file @
280c6068
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
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment