gothinkster / vue-realworld-example-app

An exemplary real-world application built with Vue.js, Vuex, axios and different other technologies. This is a good example to discover Vue for beginners.

Home Page:https://vue-vuex-realworld.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrap key in span in the ListErrors component

igeligel opened this issue · comments

Issue summary

In ListErrors.vue there is an element being rendered. This element is {{key}} but is not wrapped by a <span> but should be.

Acceptance criteria

@igeligel I can take a look at this, and also #94 since they are closely related

@luvuong-le Would be really great. If you need help just ping me here.

@igeligel Seems like there's already been a pull request, I'll leave it to them to resolve this issue