feat: iconify & iconsax
This commit is contained in:
parent
1c629ce18d
commit
5936da888d
9 changed files with 34842 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
BIN
public/iconsax-css/fonts/iconsax.eot
Normal file
BIN
public/iconsax-css/fonts/iconsax.eot
Normal file
Binary file not shown.
5763
public/iconsax-css/fonts/iconsax.svg
Normal file
5763
public/iconsax-css/fonts/iconsax.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 4.2 MiB |
BIN
public/iconsax-css/fonts/iconsax.ttf
Normal file
BIN
public/iconsax-css/fonts/iconsax.ttf
Normal file
Binary file not shown.
BIN
public/iconsax-css/fonts/iconsax.woff
Normal file
BIN
public/iconsax-css/fonts/iconsax.woff
Normal file
Binary file not shown.
BIN
public/iconsax-css/fonts/iconsax.woff2
Normal file
BIN
public/iconsax-css/fonts/iconsax.woff2
Normal file
Binary file not shown.
29074
public/iconsax-css/style.css
Normal file
29074
public/iconsax-css/style.css
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,4 +1,6 @@
|
|||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
import 'iconify-icon';
|
||||
</script>
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue