html (vue)
vue input type binding (-):
index.html
style.css
app.js
<div id="app"> <input type="{{item.type}}" /> <button v-on:click="changeType">change type</button> <p>{{item}}</p> </div>
Новый листинг
скачать через терминал:
wget https://coding-style.ru/code_reviews/download/342
&& mkdir "untitled code"
&& unzip 342 -d ./"untitled code"
&& rm 342
&& cd "untitled code""
&& git init
(ваш голос учтен)