Merge pull request #10 from alexeyMohnatkin/fix-title

fix title to interpolate html
1.0
LianYue 9 years ago committed by GitHub
commit 8b11eb56f2

@ -1,6 +1,6 @@
<template> <template>
<label :class="{'file-uploads': true, 'file-uploads-html5': $mode == 'html5', 'file-uploads-html4': $mode == 'html4'}"> <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> <input-file></input-file>
</label> </label>
</template> </template>

Loading…
Cancel
Save