Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit e8c97c2

Browse files
committed
fix(plugin): allow CamelCase naming in String templates
1 parent c3db26f commit e8c97c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamicForms.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function createDynamicForms(
2121
install(app: App) {
2222
const self = this;
2323

24-
app.component('dynamic-form', DynamicForm);
24+
app.component('DynamicForm', DynamicForm);
2525
app.provide(dynamicFormsSymbol, self);
2626
},
2727
};

0 commit comments

Comments
 (0)