Skip to content

Commit 0c35c6a

Browse files
committed
style: fixed lint issue
1 parent 5060952 commit 0c35c6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/client/components/media/KShape.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
</template>
99

1010
<script setup>
11-
import _ from 'lodash'
1211
import { computed } from 'vue'
1312
import { createShape } from '../../utils/utils.shapes.js'
1413
15-
// props
14+
// Props
1615
const props = defineProps({
1716
options: {
1817
type: Object,

0 commit comments

Comments
 (0)