mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-11 21:42:09 +08:00
fix: oxlint config (#7661)
* chore: engines node * chore: update deps * fix: oxlint * chore: fix lint issues
This commit is contained in:
@@ -26,7 +26,7 @@ interface Props {
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {});
|
||||
|
||||
// @ts-expect-error unused
|
||||
// @ts-expect-error - unused
|
||||
const { contentElement, overlayStyle } = useLayoutContentStyle();
|
||||
|
||||
const style = computed((): CSSProperties => {
|
||||
|
||||
Reference in New Issue
Block a user