egorzot / vue-form-generator-element

Element.io (http://element.eleme.io) fields for vue-form-generator. (unmaintained)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue-Loader Warning about style

starvsion opened this issue · comments

Every time Vue-loader compiles, it will warn about this,. I think we should setup eslint on this project, to make sure that we are up to the official Vue Style Guide

(Emitted value instead of an instance of Error) <el-radio v-for="item in items">: component lists rendered with v-for should have explicit keys. See https://vuejs.org/guide/list.html#key for more info.