Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
mei-rune committed Mar 1, 2019
1 parent 64fad01 commit bc7225a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/form/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ export default class Form extends Vue {
.line {
text-align: center;
}
</style>
</style>
2 changes: 1 addition & 1 deletion src/views/layout/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ export default class Navbar extends Vue {
}
}
}
</style>
</style>
2 changes: 1 addition & 1 deletion src/views/tree/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export default class Tree extends Vue {
return data.label && data.label.indexOf(value) !== -1;
}
}
</script>
</script>

0 comments on commit bc7225a

Please sign in to comment.