Search code examples
vue.jsnativescriptnativescript-vue

What does the * prefix mean in nativescript-vue?


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?


Solution

  • "*" takes all available space, "auto" takes just the space it needs.