You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/AuthorCardEditing.vue
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@
25
25
label="given-names"
26
26
outlined
27
27
standout
28
-
title="The person's given names."
29
28
v-bind:model-value="givenNames"
30
29
v-bind:error="false"
31
30
v-bind:error-message="''"
@@ -52,7 +51,6 @@
52
51
label="name-particle"
53
52
outlined
54
53
standout
55
-
title="The person's name particle, e.g., a nobiliary particle or a [preposition] meaning 'of' or 'from' (for example 'von' in 'Alexander von Humboldt')."
56
54
v-bind:model-value="nameParticle"
57
55
v-bind:error="false"
58
56
v-bind:error-message="''"
@@ -65,7 +63,6 @@
65
63
label="family-names"
66
64
outlined
67
65
standout
68
-
title="The person's family names."
69
66
v-bind:model-value="familyNames"
70
67
v-bind:error="false"
71
68
v-bind:error-message="''"
@@ -78,7 +75,6 @@
78
75
label="name-suffix"
79
76
outlined
80
77
standout
81
-
title="The person's name suffix, e.g. 'Jr.' for Sammy Davis Jr. or 'III' for Frank Edwin Wright III."
0 commit comments