alirizaadiyahsi / Nucleus

Vue startup application template that uses ASP.NET Core API layered architecture at the back-end and JWT based authentication
MIT License
356 stars 87 forks source link

Make seperate component for errors #69

Closed alirizaadiyahsi closed 6 years ago

alirizaadiyahsi commented 6 years ago

Move following dublicate code to component

<div v-for="error in errors" :key="error.name">
    <v-alert :value="true" type="error">
        {{error.value}}
     </v-alert>
 </div>
alirizaadiyahsi commented 6 years ago

This is not resolving code dublication. So I am closing this.