Skip to content

Commit 2e57d95

Browse files
not sure how moduleName should work here, but it was failing me
1 parent f5f98ef commit 2e57d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dragula-and-drop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import {Dragula} from './dragula';
2727
@bindable({ name: 'overFn', attribute: 'over-fn', defaultBindingMode: bindingMode.oneTime })
2828
@bindable({ name: 'outFn', attribute: 'out-fn', defaultBindingMode: bindingMode.oneTime })
2929
@bindable({ name: 'shadowFn', attribute: 'shadow-fn', defaultBindingMode: bindingMode.oneTime })
30-
@useView(PLATFORM.moduleName('./dragula-and-drop'))
3130
@customElement('dragula-and-drop')
31+
@useView('./dragula-and-drop.html')
3232
@inject(GLOBAL_OPTIONS)
3333
export class DragulaAndDrop {
3434

0 commit comments

Comments
 (0)