Skip to content

Commit 2192643

Browse files
committed
fix example
1 parent a07923c commit 2192643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ufm-custom-component/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const manifests: Array<ManifestUfmComponent> = [
77
name: 'Custom UFM Component',
88
api: () => import('./custom-ufm-component.js'),
99
meta: {
10+
alias: 'myCustomComponent',
1011
marker: '%',
1112
},
1213
},

0 commit comments

Comments
 (0)