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 6300771 commit abde067Copy full SHA for abde067
vue2.js
@@ -1,3 +1,3 @@
1
-const RayPlugin = require('./dist/vue2.cjs');
+const Plugin = require('./dist/vue2.cjs');
2
3
-module.exports = { RayPlugin };
+module.exports = { RayPlugin: Plugin.RayPlugin, RayVuexPlugin: Plugin.RayVuexPlugin };
vue3.js
-const RayPlugin = require('./dist/vue3.cjs');
0 commit comments