Jackie Kwok

Results 3 issues of Jackie Kwok

**Describe the bug** `zui.addLimits(0.2, 2, 'scale')` works well, but `zui.addLimits(0, 1000, 'x')` and `zui.addLimits(0, 1000, 'y')` not working as what I expected. **To Reproduce** ``` var two = new Two({...

enhancement

设置environment为null或png的透明图都不能使背景透明,显示为黑色

如题,我近期用到了elementui,因为觉得很好用,就把我之前项目整个替换成该UI库,但是现在遇到一个问题,希望各位大大给点帮助,因为网络上实在没有找到相关问题。 我的项目里有两个入口文件,index.js和login.js,对应两个html。 因为登录页只用到少许组件,所以我就想在login页使用babel-plugin-component这个插件,但index.js里是照常引入。 import Vue from 'vue'; import ElementUI from 'element-ui'; Vue.use(ElementUI); 这个时候babel-plugin-component就会报错 ERROR in ./src/app.js Module build failed: Error: C:/Users/kuo/Desktop/vue-projects/gk/src/app.js: [babel-plugin-component] If you are using bothon-demand and importing all,...