File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 12
12
"files" : [
13
13
" lib" ,
14
14
" dist" ,
15
- " types/index .d.ts"
15
+ " types/**/* .d.ts"
16
16
],
17
17
"scripts" : {
18
18
"build" : " rollup -c --environment BUILD:production" ,
Original file line number Diff line number Diff line change
1
+ import './lib'
1
2
import Vue , { PluginObject } from 'vue'
2
3
3
4
export class VueFinalModalComponant extends Vue {
@@ -27,8 +28,4 @@ export interface VfmOptions {
27
28
28
29
declare const VfmPlugin : ( ) => PluginObject < VfmOptions >
29
30
30
- export default VfmPlugin
31
-
32
- declare module 'vue-final-modal/lib' {
33
- export default VfmPlugin
34
- }
31
+ export default VfmPlugin
Original file line number Diff line number Diff line change
1
+ declare module 'vue-final-modal/lib' {
2
+ import VfmPlugin from 'vue-final-modal'
3
+ export default VfmPlugin
4
+ }
You can’t perform that action at this time.
0 commit comments