comparison client/src/components/importschedule/importtypes/Gaugemeasurement.vue @ 2269:dfa4db82e784

refac: classes for automatic filling added
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 14 Feb 2019 15:42:35 +0100
parents e972567100d3
children
comparison
equal deleted inserted replaced
2268:05cfeeb65411 2269:dfa4db82e784
6 <small class="text-muted"> <translate>URL</translate> </small> 6 <small class="text-muted"> <translate>URL</translate> </small>
7 </div> 7 </div>
8 <div class="w-100"> 8 <div class="w-100">
9 <input 9 <input
10 @input="urlChanged" 10 @input="urlChanged"
11 class="form-control" 11 class="url form-control"
12 type="url" 12 type="url"
13 :value="url" 13 :value="url"
14 /> 14 />
15 </div> 15 </div>
16 </div> 16 </div>