Disable Clicks module?

I am using F7 with Aurelia. Aurelia has a router implementation so I don’t need to use the F7 router - I just want to use it for UI components.

The F7 ClicksModule uses e.preventDefault() on all link clicks, which breaks Aurelia routing.

Is there some way to disable or configure ClicksModule so this doesn’t happen?