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>
|
||||
export default {
|
||||
name: 'ActionRadiusSelect',
|
||||
props: ['value'],
|
||||
props: {
|
||||
value: {
|
||||
required: true,
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
actionRadiusOptions: ['regional', 'national', 'continental', 'global'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user