Using range component for all actor range filters.

This commit is contained in:
DebaucheryLibrarian
2021-03-03 22:23:46 +01:00
parent 5c6b5a0668
commit 4a963885bc
4 changed files with 68 additions and 140 deletions

View File

@@ -132,7 +132,7 @@ export default {
},
allowEnable: {
type: Boolean,
default: false,
default: true,
},
},
emits: ['change', 'input', 'enable'],