Commit ad27dc7b authored by zenglun's avatar zenglun

取消数字限制

parent 8a82c5eb
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
:class="{ 'js-input_error': errorShowing && value.length === 0 }" :class="{ 'js-input_error': errorShowing && value.length === 0 }"
@input="handleInput" @input="handleInput"
v-bind="$attrs" v-bind="$attrs"
maxlength="10"
/> />
<slot></slot> <slot></slot>
</div> </div>
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
<script lang="ts"> <script lang="ts">
import Vue from "vue"; import Vue from "vue";
import DialogInput from "@/components/DialogInput.vue"; import DialogInput from "@/components/DialogInput.vue";
import * as storage from "@/plugins/storage";
import { Prop, Component } from "vue-property-decorator"; import { Prop, Component } from "vue-property-decorator";
import { GO_URLS } from "@/config/URLS"; import { GO_URLS } from "@/config/URLS";
@Component({ @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