Skip to content

Commit

Permalink
Update comp name
Browse files Browse the repository at this point in the history
  • Loading branch information
baumannzone committed Feb 18, 2020
1 parent a53ea8e commit c14807d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/views/Home/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ export default {
components: { HomeTitle, MainForm }
}
</script>

<style lang="stylus" scoped>
.home-view
color white
</style>
2 changes: 1 addition & 1 deletion src/views/Profile/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import GridContainer from './GridContainer/Index'
import ArtisansBlock from './ArtisansBlock/Index'
export default {
name: 'HomeView',
name: 'ProfileView',
mixins: [ notFoundErr ],
components: { BaseLoading, ArtisansBlock, GridContainer },
data () {
Expand Down

0 comments on commit c14807d

Please sign in to comment.