Browse Source

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

任一存 2 năm trước cách đây
mục cha
commit
14f56d8112

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

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