Closed cossssmin closed 4 years ago
For example:
loopTags: ['for', 'each']
<each loop="item in array"> {{ item }} </each> <for loop="item in array"> {{ item }} </for>
Currently it doesn't work, because the plugin only looks at the first tag in loopTags, it sees that it's for, and it fails.
loopTags
for
Working on a PR right now.
For example:
Currently it doesn't work, because the plugin only looks at the first tag in
loopTags
, it sees that it'sfor
, and it fails.Working on a PR right now.