Commit ad27dc7b authored by zenglun's avatar zenglun

取消数字限制

parent 8a82c5eb
......@@ -7,7 +7,6 @@
:class="{ 'js-input_error': errorShowing && value.length === 0 }"
@input="handleInput"
v-bind="$attrs"
maxlength="10"
/>
<slot></slot>
</div>
......
......@@ -15,7 +15,6 @@
<script lang="ts">
import Vue from "vue";
import DialogInput from "@/components/DialogInput.vue";
import * as storage from "@/plugins/storage";
import { Prop, Component } from "vue-property-decorator";
import { GO_URLS } from "@/config/URLS";
@Component({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment