Adding Custom domains (#247)
* WIP * wip * Finished doing most of the work
This commit is contained in:
8
resources/js/mixins/forms/input.js
vendored
8
resources/js/mixins/forms/input.js
vendored
@@ -52,5 +52,13 @@ export default {
|
||||
return this.content
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
value (val) {
|
||||
if (val !== this.compVal) {
|
||||
this.compVal = val
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user