Skip to content

Commit abde067

Browse files
patinthehatPatrick
authored andcommitted
update named export helper files
1 parent 6300771 commit abde067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

vue2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const RayPlugin = require('./dist/vue2.cjs');
1+
const Plugin = require('./dist/vue2.cjs');
22

3-
module.exports = { RayPlugin };
3+
module.exports = { RayPlugin: Plugin.RayPlugin, RayVuexPlugin: Plugin.RayVuexPlugin };

vue3.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const RayPlugin = require('./dist/vue3.cjs');
1+
const Plugin = require('./dist/vue2.cjs');
22

3-
module.exports = { RayPlugin };
3+
module.exports = { RayPlugin: Plugin.RayPlugin, RayVuexPlugin: Plugin.RayVuexPlugin };

0 commit comments

Comments
 (0)