mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-08 00:24:08 +02:00
[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:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<x-column :name="name" :column="column" :is-stacked="isStacked">
|
||||
<span slot="header">%fa:envelope R%{{ name }}</span>
|
||||
<span slot="header"><fa :icon="['far', 'envelope']"/>{{ name }}</span>
|
||||
|
||||
<x-direct/>
|
||||
</x-column>
|
||||
|
||||
Reference in New Issue
Block a user