js-fastcode
许可证
本项目采用
MIT 许可证 开源,详情请查看项目根目录下的
LICENSE 文件。
$3
``
npm install js-fastcode
`
$3
#### 1、引入
`
import {plus} from "js-fastcode"
`
#### 2、使用
`
plus(1,2)
`
> 1、如果函数需要在 template 中使用,因为 template 不能识别函数,所以需要在 methods 中进行定义,然后才能使用。
> 2、其他函数使用方式一样。
`
js
plus(1,2)
``
$3
函数使用文档