mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
use object notation for props
This commit is contained in:
parent
94656a901b
commit
a780f43d82
@ -14,7 +14,11 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'ActionRadiusSelect',
|
name: 'ActionRadiusSelect',
|
||||||
props: ['value'],
|
props: {
|
||||||
|
value: {
|
||||||
|
required: true,
|
||||||
|
}
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
actionRadiusOptions: ['regional', 'national', 'continental', 'global'],
|
actionRadiusOptions: ['regional', 'national', 'continental', 'global'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user