0.0.10 • Published 6 years ago

optimat-vue-utils v0.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

工具库

使用方式(Usage)

安装(Install)

npm install optimat-vue-utils -save

导入(Import)

*.js

import {AppSupportUtils, BrowserUtils, DOMSupportUtils, ObjectSupport, RegexUtils} from 'optimat-vue-utils'

*.vue

<script>
    import {AppSupportUtils, BrowserUtils, DOMSupportUtils, ObjectSupport, RegexUtils} from 'optimat-vue-utils'
</script>

功能(Api)

UtilsDescription
AppSupportUtilsApp指令工具
BrowserUtils浏览器环境操作工具
DOMSupportUtilsDom树操作工具
ObjectSupport对象操作工具
RegexUtils正则验证工具
StorageUtils数据存储工具
0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago