Skip to content

Commit 1db9bd4

Browse files
committed
Canonical class name
1 parent d889978 commit 1db9bd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/borderBox8/src/main.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="dv-border-box-8" :ref="ref">
3-
<svg class="dv-svg-container" :width="width" :height="height">
3+
<svg class="dv-border-svg-container" :width="width" :height="height">
44
<defs>
55
<path
66
:id="path"
@@ -147,7 +147,7 @@ export default {
147147
width: 100%;
148148
height: 100%;
149149
150-
.dv-svg-container {
150+
.dv-border-svg-container {
151151
position: absolute;
152152
width: 100%;
153153
height: 100%;

0 commit comments

Comments
 (0)