Skip to content

Commit 42358c9

Browse files
committed
docs: scope styles in ExampleActiveClasses.vue for better encapsulation
1 parent 9c9b7b9 commit 42358c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/ExampleActiveClasses.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
</Carousel>
2121
</template>
2222

23-
<style>
23+
<style scoped>
2424
:root {
2525
--carousel-transition: 300ms;
2626
--carousel-opacity-inactive: 0.7;

0 commit comments

Comments
 (0)