Skip to content

Commit

Permalink
Canonical class name
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaming743 committed Aug 25, 2020
1 parent d889978 commit 1db9bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/borderBox8/src/main.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="dv-border-box-8" :ref="ref">
<svg class="dv-svg-container" :width="width" :height="height">
<svg class="dv-border-svg-container" :width="width" :height="height">
<defs>
<path
:id="path"
Expand Down Expand Up @@ -147,7 +147,7 @@ export default {
width: 100%;
height: 100%;
.dv-svg-container {
.dv-border-svg-container {
position: absolute;
width: 100%;
height: 100%;
Expand Down

0 comments on commit 1db9bd4

Please sign in to comment.