Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
lib
unicaen
vue
Commits
b23ba173
Commit
b23ba173
authored
1 year ago
by
Antony Le Courtes
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
d4ce35e1
6f299171
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#27036
passed
1 year ago
Stage: publish
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+11
-0
11 additions, 0 deletions
CHANGELOG.md
js/Client/main.js
+2
-2
2 additions, 2 deletions
js/Client/main.js
with
13 additions
and
2 deletions
CHANGELOG.md
+
11
−
0
View file @
b23ba173
CHANGELOG
=========
6.
1.2 (22/02/2024)
------------------
-
[FIX] Les composants peuvent être placés dans des sous-sous répertoires de front
6.
1.1 (21/02/2024)
------------------
-
Nouvelles propriétés pour le composants génériques u-icon (id et rotate)
-
Permettre la surcharge des options des toasts du flashmessenger
6.
1 (11/12/2023)
------------------
...
...
This diff is collapsed.
Click to expand it.
js/Client/main.js
+
2
−
2
View file @
b23ba173
...
...
@@ -13,7 +13,7 @@ function init(vues, options)
for
(
const
path
in
vues
)
{
let
compPath
=
path
.
slice
(
2
,
-
4
);
let
compName
=
compPath
.
replace
(
'
/
'
,
''
);
let
compName
=
compPath
.
replace
All
(
'
/
'
,
''
);
components
[
compName
]
=
vues
[
path
].
default
;
}
...
...
@@ -34,7 +34,7 @@ function init(vues, options)
if
(
undefined
!==
options
.
autoloads
){
for
(
const
alias
in
options
.
autoloads
)
{
let
compName
=
options
.
autoloads
[
alias
].
replace
(
'
/
'
,
''
);
let
compName
=
options
.
autoloads
[
alias
].
replace
All
(
'
/
'
,
''
);
app
.
component
(
alias
,
components
[
compName
]);
}
}
...
...
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