mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-26 07:43:44 +00:00
Name added to input
This commit is contained in:
parent
2a594d3f94
commit
4a95641e46
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<input
|
||||
class="md-input"
|
||||
:name="name"
|
||||
:type="type"
|
||||
:value="value"
|
||||
:disabled="disabled"
|
||||
|
|
|
|||
Loading…
Reference in a new issue