PhyTouch icon indicating copy to clipboard operation
PhyTouch copied to clipboard

默认渲染时候报错?没有这个属性 translateX

Open Niofh opened this issue 6 years ago • 1 comments

[Vue warn]: Error in nextTick: "TypeError: Cannot redefine property: translateX"

found in

---> <TemplateEdit> at C:\Users\puban\Desktop\project\vue-leyin\src\components\templateEdit\templateEdit.vue
       <TemplatePreview> at C:\Users\puban\Desktop\project\vue-leyin\src\components\templatePreview\templatePreview.vue
         <App> at C:\Users\puban\Desktop\project\vue-leyin\src\App.vue
           <Root>

一开始我渲染图片,之后加上 Transform(item,true);因为要多动态渲染,所以要动态之后才能执行,但是每次都报错无法操作!!!!

Niofh avatar Oct 11 '17 08:10 Niofh

使用最新的 css3transform 没有这个问题。

dntzhang avatar Oct 12 '17 01:10 dntzhang