feat: iconify & iconsax

This commit is contained in:
puriphatt 2024-04-03 11:46:30 +07:00
parent 1c629ce18d
commit 5936da888d
9 changed files with 34842 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<title><%= productName %></title>
<link rel="stylesheet" href="public/iconsax-css/style.css" />
<meta charset="utf-8" />
<meta name="description" content="<%= productDescription %>" />
<meta name="format-detection" content="telephone=no" />

View file

@ -17,6 +17,7 @@
"@quasar/extras": "^1.16.9",
"@tato30/vue-pdf": "^1.9.5",
"axios": "^1.6.8",
"iconify-icon": "^2.0.0",
"keycloak-js": "^24.0.2",
"mime": "^4.0.1",
"moment": "^2.30.1",

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

29074
public/iconsax-css/style.css Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,6 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import 'iconify-icon';
</script>
<template>
<router-view />
</template>