Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vue-unistra
formbuilder
Commits
cf1885b1
Commit
cf1885b1
authored
Jan 31, 2022
by
MARCO Jonathan
Browse files
🔀
Merge branch 'release/3.0.32'
parents
aab529f1
3e623b54
Pipeline
#72555
passed with stage
in 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
cf1885b1
{
{
"name"
:
"@vue-unistra/formbuilder"
,
"name"
:
"@vue-unistra/formbuilder"
,
"version"
:
"3.0.3
1
"
,
"version"
:
"3.0.3
2
"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"files"
:
[
"files"
:
[
"dist/*"
,
"dist/*"
,
...
...
src/store/modules/form/messages/getters.ts
View file @
cf1885b1
...
@@ -44,8 +44,7 @@ export const messagesGetter: GetterTree<FormState, RootState> = {
...
@@ -44,8 +44,7 @@ export const messagesGetter: GetterTree<FormState, RootState> = {
prop
:
LocaleAttributes
,
prop
:
LocaleAttributes
,
)
=>
string
=>
{
)
=>
string
=>
{
return
(
field
,
locale
,
prop
):
string
=>
{
return
(
field
,
locale
,
prop
):
string
=>
{
const
message
=
state
.
messages
.
locales
[
locale
][
field
]
as
Locale
;
return
(
state
.
messages
.
locales
[
locale
][
field
]
as
Locale
)?.[
prop
]
||
''
;
return
message
[
prop
]
||
''
;
};
};
},
},
/**
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment