提交 0b1162fe 编写于 作者: richard_1015's avatar richard_1015

fix(dialog): v-html

上级 d7718fca
......@@ -16,7 +16,7 @@
<view class="nut-dialog__content" :style="{ textAlign }">
<slot v-if="$slots.default" name="default"></slot>
<template v-else>{{ content }}</template>
<view v-else v-html="content"></view>
</view>
<view class="nut-dialog__footer" v-if="!noFooter">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册