Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatePicker 组件显示不了 #1140

Open
wuchengfu opened this issue Jul 6, 2023 · 1 comment
Open

DatePicker 组件显示不了 #1140

wuchengfu opened this issue Jul 6, 2023 · 1 comment

Comments

@wuchengfu
Copy link

通过 <script src="//unpkg.com/[email protected]/dist/vue.min.js"></script>这种方式映入组件

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

DatePicker的四种写法都没生效

<tr v-show="['1'].includes(form.type)"> <td class="dialog-module-title">发货时间:</td> <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
Copy link

mrlionn commented Sep 6, 2023

早不维护了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants