Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 8dd8fde

Browse files
committed
refactor: add style h2 to use-plugin.vue
1 parent fa563f6 commit 8dd8fde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/example/use-plugin.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ export default class UsePlugin extends Vue {
2626
</script>
2727

2828
<style lang="scss" scoped>
29+
h2 {
30+
color: crimson;
31+
}
32+
2933
.c {
3034
font-size: 20px;
3135
}

0 commit comments

Comments
 (0)