Hello,
could you please be more specific about your use-case? As far as I know that all interrupts are handled by components or in CPU component on Kinetis (except Reserved vectors), so commonly the InterruptVector component is not needed. You should use correspodning component to handle such vector.
As workaround you can use Init_UART to handle corresponding interrupt. In case you do not want to generate initializaation code by PEx, set Call Init method to no, however initialization code for interrupt controler and muxing will still be generated into PE_low_level_init.
InterruptVector component should published in CW V10.3 for Kinetis and CFV1+ families.
best regards
Vojtech Filip
Processor Expert Support Team