Skip to content

Commit 97a3187

Browse files
committed
update style
1 parent a19481d commit 97a3187

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/components/example/counter.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ export default {
3232
methods: mapActions(['decrement', 'increment'])
3333
};
3434
</script>
35+
36+
<style scoped lang="scss">
37+
</style>

app/components/example/multi-drawer.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,3 +342,6 @@ export default {
342342
}
343343
};
344344
</script>
345+
346+
<style scoped lang="scss">
347+
</style>

0 commit comments

Comments
 (0)