We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98039a commit 57800a7Copy full SHA for 57800a7
types/index.d.ts
@@ -1,5 +1,5 @@
1
-import './lib'
2
import Vue, { PluginObject } from 'vue'
+import './lib'
3
4
export class VueFinalModalComponant extends Vue {
5
$refs: {
types/lib.d.ts
@@ -1,4 +1,6 @@
declare module 'vue-final-modal/lib' {
import VfmPlugin from 'vue-final-modal'
+
export default VfmPlugin
+ export * from 'vue-final-modal'
6
}
0 commit comments