I've seen multiple code samples using *v-show or in GridLayouts I've seen rows="*,*,*". Is this just a shorthand for auto? Or similar to @ in regular vue.js?
"*" takes all available space, "auto" takes just the space it needs.