refactor: refresh from template
This commit is contained in:
@@ -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",
|
||||
},
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user