view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.64k stars 797 forks source link

DatePicker 组件显示不了 #1140

Open wuchengfu opened 1 year ago

wuchengfu commented 1 year ago

通过 这种方式映入组件

DatePicker 没生效 i-select 正常渲染 i-input 正常渲染

DatePicker的四种写法都没生效

`

发货时间:
                                <td>
                                    <i-date-picker type="date" placeholder="Select date1" style="width: 200px" />
                                </td>
                                <td>
                                    <i-date-picker type="date" placeholder="Select date2" style="width: 200px"></i-date-picker>
                                </td>
                                <td>
                                    <DatePicker type="date" placeholder="Select date3" style="width: 200px" />
                                </td>
                                <td>
                                    <DatePicker  type="date" placeholder="Select date4" style="width: 200px"></DatePicker>
                                </td>
                            </tr>
                            <tr v-show="['1'].includes(form.type)">
                                <td class="dialog-module-title">消息内容:</td>
                                <td>
                                    <i-input v-model="form.remark" maxlength="500" :rows="3" show-word-limit type="textarea" placeholder="请输入消息内容" style="width: 100%" />
                                </td>
                            </tr>`
mrlionn commented 1 year ago

早不维护了