Skip to content

Commit

Permalink
fix: scoped styles of badge component (close: #653) (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonbaade authored and ulivz committed Jul 22, 2018
1 parent 48f6d90 commit 9b602f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/components/Badge.vue
Expand Up @@ -20,7 +20,7 @@ export default {
}
</script>

<style lang="stylus">
<style lang="stylus" scoped>
@import '../../default-theme/styles/config.styl'
.badge
Expand Down

0 comments on commit 9b602f2

Please sign in to comment.