summaryrefslogtreecommitdiffstats
path: root/src/mixins/PropertyMixin.js
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-11 01:14:55 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-07-25 12:11:16 +0200
commit88604b41803bad002500dc54ea3657692ab60eed (patch)
treea3efe54c0d6d897d8e6c80878629d119be4b8e20 /src/mixins/PropertyMixin.js
parentc966633dfdab6ad4d91a354952ba9150a5f3dd57 (diff)
Bump @nextcloud/eslint-config from 2.0.0 to 2.1.0
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'src/mixins/PropertyMixin.js')
-rw-r--r--src/mixins/PropertyMixin.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixins/PropertyMixin.js b/src/mixins/PropertyMixin.js
index 61c67d52..ebc63695 100644
--- a/src/mixins/PropertyMixin.js
+++ b/src/mixins/PropertyMixin.js
@@ -101,10 +101,10 @@ export default {
* we need to make sure to update the local data on contact change
* in case the v-Node is reused.
*/
- value: function() {
+ value() {
this.localValue = this.value
},
- selectType: function() {
+ selectType() {
this.localType = this.selectType
},
},