fix title to interpolate html

1.0
dizzy 9 years ago
parent 601c0c403b
commit fb9e5b4b97

@ -1,6 +1,6 @@
<template>
<label :class="{'file-uploads': true, 'file-uploads-html5': $mode == 'html5', 'file-uploads-html4': $mode == 'html4'}">
<span>{{title}}</span>
<span>{{{title}}}</span>
<input-file></input-file>
</label>
</template>

Loading…
Cancel
Save