muse-ui icon indicating copy to clipboard operation
muse-ui copied to clipboard

$confirm content 无法解析html?

Open 13191868165 opened this issue 5 years ago • 0 comments

            this.$confirm("<span class='test'>ok</span>确定要删除?", '提示', {
            }).then(({result}) => {
                if (result) {
                    this.$toast.message('点击了确定');
                } else {
                    this.$toast.message('点击了取消');
                }
            });

13191868165 avatar Jun 21 '19 03:06 13191868165