Koa11y
Koa11y copied to clipboard
Finish converting remaining old code to Vue style
there are some sections that can still be converted to be handled by Vue, and we can split up stuff to Vue components.
The major item still left to be converted is the imageAlts modal. Most of everything else is already done.
All logic should be handled inside of the main Vue app, in a separate .vue component file, or in a purely logic file that can be imported in. There are still 38 lines of code that reference jQuery. These could be updated to move the tasks they are doing over to a Vue way of doing those tasks.