We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d889978 commit 1db9bd4Copy full SHA for 1db9bd4
1 file changed
src/components/borderBox8/src/main.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="dv-border-box-8" :ref="ref">
3
- <svg class="dv-svg-container" :width="width" :height="height">
+ <svg class="dv-border-svg-container" :width="width" :height="height">
4
<defs>
5
<path
6
:id="path"
@@ -147,7 +147,7 @@ export default {
147
width: 100%;
148
height: 100%;
149
150
- .dv-svg-container {
+ .dv-border-svg-container {
151
position: absolute;
152
153
0 commit comments