File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ export default defineNuxtConfig({
2626 "lucide:plus", // and UInputNumber needs lucide:plus and lucide:minus
2727 "lucide:minus", // and UInputNumber needs lucide:plus and lucide:minus
2828 "lucide:arrow-up-right", // the way @nuxt/ui creates Navigation Menu links that open in new windows it uses this icon
29+ "lucide:arrow-up-down", // this is used for sortable table headers and it looks like `scan` doesn't pick it up from the .ts file
30+ "lucide:arrow-up-narrow-wide", // this is used for sortable table headers and it looks like `scan` doesn't pick it up from the .ts file
31+ "lucide:arrow-down-wide-narrow", // this is used for sortable table headers and it looks like `scan` doesn't pick it up from the .ts file
2932 "lucide:moon", // UColorModeSwitch needs lucide:moon and lucide:sun
3033 "lucide:sun", // UColorModeSwitch needs lucide:moon and lucide:sun
3134 "lucide:menu", // UDashboard needs lucide:menu
You can’t perform that action at this time.
0 commit comments