问题描述
我尝试在检查元素中检查它,并且输入字段在那里。它是可单击的,但没有显示在我的页面中
<v-app>
<v-main>
<div>
<div class="card">
<div class="card-header">Create New Price</div>
<div class="card-body">
<div class="form-group">
<label for="name">Name</label>
<input type="name" class="form-control" id="name" placeholder="Enter name">
</div>
<div class="form-group">
<label for="price">Price</label>
<input type="price" class="form-control" id="price" placeholder="price">
</div>
<button @click="createNewPrice" class="btn btn-primary">Create</button>
</div>
</div>
</div>
</v-main>
</v-app>
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)