File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1414 {{ workTitle }}
1515 </component >
1616 </template >
17- <template #yearOfCreation >
18- <component
19- :is =" 'span'"
20- >
21- {{ yearOfCreation }}
22- </component >
23- </template >
2417 <template #creator >
2518 <component
2619 :is =" isCreatorLink ? 'a' : 'span'"
@@ -112,15 +105,9 @@ export default {
112105 },
113106 workTitle () {
114107 return this .attributionDetails .workTitle
115- ? this .attributionDetails .workTitle
108+ ? ` ${ this .attributionDetails .workTitle } © ${ this . attributionDetails . yearOfCreation } `
116109 : this .$t (' license-use.richtext.workTitle' )
117110 },
118- yearOfCreation () {
119- console .log (this .attributionDetails .yearOfCreation )
120- return this .attributionDetails .yearOfCreation
121- ? this .attributionDetails .yearOfCreation
122- : ' '
123- },
124111 workUrl () {
125112 const { workUrl } = this .attributionDetails
126113 if (workUrl && ! workUrl .startsWith (' http' )) {
You can’t perform that action at this time.
0 commit comments