Skip to content

Commit 376cf82

Browse files
committed
feat(kcodeblock): trigger release
1 parent 084dc80 commit 376cf82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import './styles/styles.scss' // Import all styles
66
export default {
77
install: (app: App): void => {
88
for (const key in components) {
9-
// @ts-ignore: key is a valid string
9+
// @ts-ignore - key is a valid string
1010
app.component(key, components[key])
1111
}
1212
},

0 commit comments

Comments
 (0)