From 88604b41803bad002500dc54ea3657692ab60eed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2020 01:14:55 +0000 Subject: 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] --- src/mixins/PropertyMixin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mixins/PropertyMixin.js') 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 }, }, -- cgit v1.2.3