diff --git a/core/src/components/AppItem.vue b/core/src/components/AppItem.vue index 64922cad6a5..49be31d2121 100644 --- a/core/src/components/AppItem.vue +++ b/core/src/components/AppItem.vue @@ -54,8 +54,6 @@ const props = withDefaults(defineProps<{ */ tabindex?: number }>(), { - newTab: false, - outlined: false, tabindex: -1, })