You can disable this rule selectively. This is how to do it in case with Ionic:
"vue/no-deprecated-slot-attribute": ["error", { "ignore": ["/^ion-/"], }],
This way the rule will work for every tag but those starting with ion- .
ion-