Skip to content

Commit 89cbe68

Browse files
committed
fix(plugin): html view path fixed
1 parent 1e9a826 commit 89cbe68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-maps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const logger = getLogger('aurelia-google-maps');
2121

2222
declare let google: any;
2323

24-
@useView(PLATFORM.moduleName('google-maps.html'))
24+
@useView(PLATFORM.moduleName('./google-maps.html'))
2525
@customElement('google-map')
2626
@inject(Element, TaskQueue, Configure, BindingEngine, EventAggregator)
2727
export class GoogleMaps {

0 commit comments

Comments
 (0)