fix spelling mistake in filename
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { UUIEvent } from '@umbraco-ui/uui-base/lib/events';
|
||||
import type { UmbRouterSlotElement } from './router-slot.element';
|
||||
export class UmbRouterSlotChangeEvent extends UUIEvent<never, UmbRouterSlotElement> {
|
||||
constructor() {
|
||||
super('change')
|
||||
}
|
||||
constructor() {
|
||||
super('change');
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
import { UUIEvent } from '@umbraco-ui/uui-base/lib/events';
|
||||
import type { UmbRouterSlotElement } from './router-slot.element';
|
||||
export class UmbRouterSlotInitEvent extends UUIEvent<never, UmbRouterSlotElement> {
|
||||
constructor() {
|
||||
super('init')
|
||||
}
|
||||
constructor() {
|
||||
super('init');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user