We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f98ef commit 2e57d95Copy full SHA for 2e57d95
src/dragula-and-drop.js
@@ -27,8 +27,8 @@ import {Dragula} from './dragula';
27
@bindable({ name: 'overFn', attribute: 'over-fn', defaultBindingMode: bindingMode.oneTime })
28
@bindable({ name: 'outFn', attribute: 'out-fn', defaultBindingMode: bindingMode.oneTime })
29
@bindable({ name: 'shadowFn', attribute: 'shadow-fn', defaultBindingMode: bindingMode.oneTime })
30
-@useView(PLATFORM.moduleName('./dragula-and-drop'))
31
@customElement('dragula-and-drop')
+@useView('./dragula-and-drop.html')
32
@inject(GLOBAL_OPTIONS)
33
export class DragulaAndDrop {
34
0 commit comments