Skip to content

Commit 1d91bd3

Browse files
authored
Merge pull request #264 from jevin98/fix/component-prefix-first-letter-uppercase
fix: vue component keeping PascalCase naming
2 parents 943b5be + 9b615c6 commit 1d91bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { Node } from 'konva/lib/Node';
1010
import updatePicture from './updatePicture';
1111
import applyNodeProps from './applyNodeProps';
1212

13-
export const componentPrefix = 'v';
13+
export const componentPrefix = 'V';
1414

1515
export function findParentKonva(instance: ComponentInternalInstance) {
1616
function re(instance: ComponentInternalInstance | null): ComponentInternalInstance | null {

0 commit comments

Comments
 (0)