File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 "files" : [
1818 " dist/*"
1919 ],
20- "main" : " ./dist/index.full. umd.js" ,
21- "module" : " ./dist/index.full. mjs" ,
20+ "main" : " ./dist/index.umd.js" ,
21+ "module" : " ./dist/index.mjs" ,
2222 "exports" : {
2323 "." : {
24- "import" : " ./dist/index.full. mjs" ,
25- "require" : " ./dist/index.full. umd.js" ,
24+ "import" : " ./dist/index.mjs" ,
25+ "require" : " ./dist/index.umd.js" ,
2626 "types" : " ./dist/typings/index.d.ts"
2727 }
2828 },
Original file line number Diff line number Diff line change 1- import { Plugin , DefineComponent } from '@ vue/runtime-core ' ;
1+ import type { Plugin , DefineComponent } from 'vue' ;
22
3- export type SFCWithInstall < P > = Plugin & DefineComponent < P >
4- export type FactoryWithInstall < T > = Plugin & T ;
3+ export type SFCWithInstall < P > = Plugin & DefineComponent < P > ;
4+ export type FactoryWithInstall < T > = Plugin & T ;
You can’t perform that action at this time.
0 commit comments