We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24c306 commit ce02078Copy full SHA for ce02078
index.js
@@ -1 +1 @@
1
-export * from './dist/vue-luck-draw.common.js'
+module.exports = require('./dist/vue-luck-draw.common.js')
package.json
@@ -1,6 +1,6 @@
{
2
"name": "vue-luck-draw",
3
- "version": "3.4.3",
+ "version": "3.4.4",
4
"description": "一个支持 vue2 / vue3 的(大转盘抽奖 / 九宫格抽奖)luckydraw 插件",
5
"main": "index.js",
6
"keywords": [
vue3/index.js
-export * from './vue-luck-draw.common.js'
+module.exports = require('./vue-luck-draw.common.js')
0 commit comments