7nik.bsky.social
@7nik.bsky.social
Lol, Vue exists for over 10 years and still doesn't allow defining variables in the template. What a PITA.
github.com/vuejs/rfcs/d...
In-template variable definition · vuejs rfcs · Discussion #505
Sometimes you will encounter such a situation: <template> <div class="container"> <p class="row">{{item && item.a && item.a.b && item.a.b.hello}}</p> <p class="row">{{item && item.a && item.a.b && ...
github.com
September 9, 2025 at 10:00 AM