Daily Shaarli
March 1, 2023
An example of optimisation
Steve Bauman 💎 on Twitter: "With Vue you can do some cool stuff with a self-closing <template> tag -- like creating variables dynamically outside of your data/refs. You wouldn't want to do this all the time, but in certain cases, it's super helpful and can be really neat pattern! https://t.co/xaexTMkik5" / Twitter
It can be useful in some cases: to declare variables in the <template>
directly.