mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30:13 +00:00
web: reduce bundle size
This commit is contained in:
parent
3d6fa86518
commit
b5d1b87a72
6 changed files with 58 additions and 17 deletions
|
|
@ -26,7 +26,9 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { CalendarIcon, HashIcon, MessageCircleIcon } from "vue-feather-icons";
|
||||
import CalendarIcon from "vue-feather-icons/icons/CalendarIcon";
|
||||
import HashIcon from "vue-feather-icons/icons/HashIcon";
|
||||
import MessageCircleIcon from "vue-feather-icons/icons/MessageCircleIcon";
|
||||
|
||||
export default {
|
||||
props: ["member"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue