From acee41032a02517ee057d40e103c9ea0fbe46f78 Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 17 Mar 2025 16:57:17 +0100 Subject: [PATCH] dont use lucide as module --- eslint.config.mjs | 1 + index.html | 2 +- main.js | 4 +--- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index ae7abda..8e59ddc 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -10,6 +10,7 @@ export default [ globals: { ...globals.browser, Peer: "readonly", + lucide: "readonly", }, }, }, diff --git a/index.html b/index.html index 79d1d93..35fa65a 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,11 @@ + diff --git a/main.js b/main.js index 0f2b95c..aaef865 100644 --- a/main.js +++ b/main.js @@ -1,10 +1,8 @@ -import { createIcons, icons } from "lucide"; import { createApp } from "vue"; const utils = { updateIcons() { - createIcons({ - icons, + lucide.createIcons({ nameAttr: "icon", attrs: { width: "1.1em",