Migrate `table-tag-vue` in `app/assets/javascripts/import_entities/import_projects/components/import_projects_table.vue`
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=433333) - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=433333) </details> <!--IssueSummary end--> Detected usage of `table` tag inside JS/Vue file. Please use the `GlTableLite` component from `@gitlab/ui` if you want to display data as a table. If the table tag was used solely for layout purposes, like showing a diff side-by-side, consider using a different HTML tag. See https://design.gitlab.com/components/table/#when-not-to-use for more information.
issue