@click is handled by the compiler and template compilation, so the binding of the event handler won't work.
Why not do all of this logic inside vue.js and components? Fetch the data in a wrapper component and render conditionally whatever you're tryin to do.