vue2-layer-mobile icon indicating copy to clipboard operation
vue2-layer-mobile copied to clipboard

vue2.0-layer-mobile移动端弹层

Results 4 vue2-layer-mobile issues
Sort by recently updated
recently updated
newest added

连续调用,如:在前一个窗还没消失时再次弹出一个信息框,只会消失一个提示框。 ``` this.$layer.open({ content: msg, skin: "msg", time: 2 }); ```

SyntaxError: Use of reserved word 'let' in strict mode

warning in ./node_modules/[email protected]@vue2-layer-mobile/src/layer.css Module Warning (from ./node_modules/[email protected]@postcss-loader/src/index.js): Warning (1:3533) You should write display: flex by final spec instead of display: box