Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用挂毯框架,我有选择和文本区域。我想根据在选择中选择的值来禁用文本区域。是否需要编写一个 mixin 或者有一些简单的方法可以做到这一点?
我只想使用普通的旧javascript。
您可以通过@Import 在页面或组件类中包含 js 资源。