483569e6 by renchao@pashanhoo.com

style:图片放大器

1 parent 93585f91
...@@ -186,6 +186,7 @@ ...@@ -186,6 +186,7 @@
186 }, 186 },
187 mounted () { 187 mounted () {
188 this.$img = this.$refs["img"]; 188 this.$img = this.$refs["img"];
189 this.mouseLeave()
189 }, 190 },
190 methods: { 191 methods: {
191 /** 192 /**
......