Commit 6162d76c authored by hanfeng zhang's avatar hanfeng zhang

3321

parent 6e5b5a53
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
v-model="createNFT.value_name" v-model="createNFT.value_name"
type="input" type="input"
text="剧本名称" text="剧本名称"
:validate='{maxLen:20}'
placeholder="请输入剧本名称" placeholder="请输入剧本名称"
class="text-font-white my-3" class="text-font-white my-3"
@cellOnChange="(v) => setCreateNFT({ value_name: v })" @cellOnChange="(v) => setCreateNFT({ value_name: v })"
......
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