Skip to content

Commit

Permalink
input输入类型限制
Browse files Browse the repository at this point in the history
  • Loading branch information
Vimalate committed Jan 10, 2024
1 parent 515b4f7 commit d41a4ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ categories:

## 利用 computed


父组件使用

```vue
Expand Down
4 changes: 4 additions & 0 deletions docs/Vue-Library/自定义指令.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ export default {
</style>
```

## input输入类型限制

[input输入类型限制(数字、浮点、整数、英文等),解决中文输入法双向绑定失效问题](https://blog.csdn.net/sd1sd2/article/details/127818207)

[vue项目页面设置水印,使用MutationObservers防止从控制台改变样式](https://blog.csdn.net/yinge0508/article/details/128185822?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EYuanLiJiHua%7EPosition-3-128185822-blog-122348989.pc_relevant_recovery_v2&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EYuanLiJiHua%7EPosition-3-128185822-blog-122348989.pc_relevant_recovery_v2&utm_relevant_index=4)

[这15个Vue自定义指令,让你的项目开发爽到爆](https://zhuanlan.zhihu.com/p/108308393)
Expand Down

0 comments on commit d41a4ad

Please sign in to comment.