I'm trying out vuejs by following along with the laracasts series of webcasts on this. In https://laracasts.com/series/learning-vuejs/episodes/5 , Jeffery Way shows the code in the screenshot above.
That worked with vue < 1.0 , but there has been an api rewrite and this no longer works. I have looked at http://vuejs.org/api/ but have not been able to find a way to set a property inline although I know I could do this in the viewmodel.
How can I do this?

isVisibleproperty to false? or hide something?