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

useless attribute removed

parent 93588eac
<template> <template>
<div class="form-group row"> <div class="form-group row">
<label class="col-md-4 col-form-label text-md-right" :for="this.id">{{label}}</label> <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> </div>
</template> </template>
...@@ -10,8 +10,7 @@ ...@@ -10,8 +10,7 @@
export default { export default {
props: { props: {
id: { type: String, default: ''}, id: { type: String, default: ''},
label: { type: String, default: 'label' }, label: { type: String, default: 'label' }
toogle: { type: String, default: '' }
} }
} }
</script> </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