fix: apply ESLint rule vue/prefer-true-attribute-shorthand
This commit is contained in:
@@ -27,8 +27,8 @@ export default {
|
||||
<template>
|
||||
<div class="date-picker">
|
||||
<DatePicker
|
||||
:range="true"
|
||||
:confirm="true"
|
||||
range
|
||||
confirm
|
||||
:clearable="false"
|
||||
:editable="false"
|
||||
:confirm-text="confirmText"
|
||||
|
||||
@@ -34,7 +34,7 @@ export default {
|
||||
<div class="date-picker">
|
||||
<DatePicker
|
||||
type="datetime"
|
||||
:confirm="true"
|
||||
confirm
|
||||
:clearable="false"
|
||||
:editable="false"
|
||||
:confirm-text="confirmText"
|
||||
|
||||
Reference in New Issue
Block a user