@@ -14,7 +14,7 @@
<!-- 底部按钮区域 - 支持多种模式 -->
<view class="dialog-footer" v-if="props.showFooters">
<!-- 自定义底部插槽 -->
- <template v-if="$slots.footer">
+ <template v-if="slots.footer">
<slot name="footer" />
</template>