Commit c46562a4 authored by quentin.vrel's avatar quentin.vrel

useless attribute removed

parent 93588eac
<template>
<div class="form-group row">
<label class="col-md-4 col-form-label text-md-right" :for="this.id">{{label}}</label>
<input class="col-md-6 form-control " type="password" :id="this.id" :name="this.id" :onchange="this.toogle">
<input class="col-md-6 form-control " type="password" :id="this.id" :name="this.id">
</div>
</template>
......@@ -10,8 +10,7 @@
export default {
props: {
id: { type: String, default: ''},
label: { type: String, default: 'label' },
toogle: { type: String, default: '' }
label: { type: String, default: 'label' }
}
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment