Skip to content

Commit 9b602f2

Browse files
jordonbaadeulivz
authored andcommitted
fix: scoped styles of badge component (close: #653) (#657)
1 parent 48f6d90 commit 9b602f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/components/Badge.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default {
2020
}
2121
</script>
2222

23-
<style lang="stylus">
23+
<style lang="stylus" scoped>
2424
@import '../../default-theme/styles/config.styl'
2525
2626
.badge

0 commit comments

Comments
 (0)