Re: [w3c/webcomponents] [templates] How featureful should the default processor be? (#682)

Can it at least be made less verbose?

Aurelia:

```html
<template repeat.for="item of items">
```

Vue:

```html
<template v-for="item in items">
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/682#issuecomment-383277369

Received on Saturday, 21 April 2018 08:21:52 UTC