198b240755
* get ip and hostnames * use heroicons * add host field * get private info * unstyled prototype * styled select * add to setup * fix types
8 lines
143 B
Vue
8 lines
143 B
Vue
<template>
|
|
<QrCodeIcon />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import QrCodeIcon from '@heroicons/vue/24/outline/esm/QrCodeIcon';
|
|
</script>
|