mpvue icon indicating copy to clipboard operation
mpvue copied to clipboard

[bug]嵌套子组件插槽不支持热更新

Open 13101138101 opened this issue 6 years ago • 4 comments

<rww-cell>
        <div slot="icon">
          <rww-avatar size="68">
            // 下面这一行代码,更新样式后不会实时更新到界面上.只能重新dev后才能生效
            <div class="iconfont icon-kehu" style="color: red; font-size: 2em;"></div>
          </rww-avatar>
        </div>

13101138101 avatar Oct 17 '18 01:10 13101138101

me too @anchengjian

liasica avatar Oct 20 '18 02:10 liasica

把组件 rww-cell 命名改为 rwwcell ,亲测有效。中划线,下划线,驼峰暂时都不支持热更新

JETWLL avatar Oct 29 '18 15:10 JETWLL

对的。感谢指点迷津。

Alcantara6 avatar Nov 17 '18 15:11 Alcantara6

@JETWLL 改了还不行,是loder版本的问题吗?我是2.0版本的

1977474741 avatar Dec 31 '19 03:12 1977474741