7b0fa146 by zhangmeng

民生付

1 parent 35b4c88a
...@@ -7,9 +7,7 @@ ...@@ -7,9 +7,7 @@
7 method="post" 7 method="post"
8 :action="url" 8 :action="url"
9 > 9 >
10 <textarea name="context" style="width: 100%;height: 400px;"> 10 <textarea v-model="formData" name="context" style="width: 100%;height: 400px;" />
11 {{ formData }}
12 </textarea>
13 <button type="submit">提交</button> 11 <button type="submit">提交</button>
14 </form> 12 </form>
15 </div> 13 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!