[WIP] Use FontAwesome Component for Vue (#3127)
* wip * Rename * Clean up * Clean up * wip * wip * Enable tree shaking * ✌️ * ✌️ * wip * wip * Clean up
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@change-selection="onChangeSelection"
|
||||
/>
|
||||
<footer>
|
||||
<button class="upload" title="%i18n:@upload%" @click="upload">%fa:upload%</button>
|
||||
<button class="upload" title="%i18n:@upload%" @click="upload"><fa icon="upload"/></button>
|
||||
<button class="cancel" @click="close">%i18n:@cancel%</button>
|
||||
<button class="ok" @click="ok">%i18n:@ok%</button>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user