refactor: refresh from template
Deploy / Build (push) Has been cancelled
Deploy / Deploy to Stapler (push) Has been cancelled
Lint / ESLint (push) Has been cancelled
Lint / TypeScript (push) Has been cancelled

This commit is contained in:
2026-05-02 21:44:00 +02:00
parent d8636bd3e4
commit f75325ae1e
15 changed files with 719 additions and 553 deletions
+14
View File
@@ -0,0 +1,14 @@
import { nextTick } from "vue";
import { createIcons, icons } from "lucide";
export async function updateIcons() {
await nextTick();
createIcons({
icons,
nameAttr: "icon",
attrs: {
width: "1.1em",
height: "1.1em",
},
});
}