web: reduce bundle size

This commit is contained in:
Ske
2019-04-19 20:41:18 +02:00
parent 3d6fa86518
commit b5d1b87a72
6 changed files with 58 additions and 17 deletions

View File

@@ -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"],