renamed SmartInput to SmartInputMixin

This commit is contained in:
Stefan Zermatten
2019-06-24 10:28:33 +02:00
parent 99db45e522
commit 1add44f0e7
4 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
</template>
<script>
import SmartInput from '/imports/ui/components/global/SmartInput.js';
import SmartInput from '/imports/ui/components/global/SmartInputMixin.js';
export default {
mixins: [SmartInput],

View File

@@ -12,7 +12,7 @@
</template>
<script>
import SmartInput from '/imports/ui/components/global/SmartInput.js';
import SmartInput from '/imports/ui/components/global/SmartInputMixin.js';
export default {
mixins: [SmartInput],

View File

@@ -11,7 +11,7 @@
</template>
<script>
import SmartInput from '/imports/ui/components/global/SmartInput.js';
import SmartInput from '/imports/ui/components/global/SmartInputMixin.js';
export default {
mixins: [SmartInput],