We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
通过 <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>
The text was updated successfully, but these errors were encountered:
早不维护了
Sorry, something went wrong.
No branches or pull requests
通过 <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>
The text was updated successfully, but these errors were encountered: