Fixed #877 - Compile Problem with Directives
parent
219dd6d78b
commit
cb65d7228b
|
@ -1,5 +1,5 @@
|
|||
import Directive from 'vue';
|
||||
import { ObjectDirective } from 'vue';
|
||||
|
||||
declare interface Ripple extends Directive {}
|
||||
declare const Ripple: ObjectDirective;
|
||||
|
||||
export default Ripple;
|
|
@ -1,5 +1,5 @@
|
|||
import Directive from 'vue';
|
||||
import { ObjectDirective } from 'vue';
|
||||
|
||||
declare interface Tooltip extends Directive {}
|
||||
declare const Tooltip: ObjectDirective;
|
||||
|
||||
export default Tooltip;
|
Loading…
Reference in New Issue