浏览代码

bug fix: 编辑器-热点-新增热点-效果设置-超链接 input组件错误地限制了字数

任一存 2 年之前
父节点
当前提交
14f56d8112
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/qjkankan-editor/src/views/hotspot/hotspotType/link.vue

+ 0 - 1
packages/qjkankan-editor/src/views/hotspot/hotspotType/link.vue

@@ -4,7 +4,6 @@
       <input
       <input
         v-model.trim="hyperlink"
         v-model.trim="hyperlink"
         type="text"
         type="text"
-        maxlength="15"
         placeholder="https://"
         placeholder="https://"
         @change="onUrlChange()"
         @change="onUrlChange()"
       />
       />