vue2.0结合Element实现select动态控制input禁用实例

2020-06-12 21:15:36易采站长站整理

<input type="text" class="disabled_input" id="disabledInput">

<button type="button" name="button" id="disabledInputBtn" onclick="inputToDisabled()">禁用input</button>

</div>

</body>

</html>