validators as a plugin

This commit is contained in:
les
2020-09-05 01:21:47 +02:00
parent a0c462a3f7
commit f28347a227
17 changed files with 88 additions and 160 deletions

View File

@@ -15,7 +15,6 @@
</template>
<script>
import { validators } from '../../plugins/helpers'
export default {
name: 'Recover',
@@ -29,7 +28,7 @@ export default {
}
},
data () {
return { validators, new_password: '' }
return { new_password: '' }
},
methods: {
async change_password () {