文件名称:vue-recomputed:可计算的计算属性
文件大小:95KB
文件格式:ZIP
更新时间:2024-06-01 15:00:14
plugin vue computed prop JavaScript
Vue重新计算 Vue中可计算的可计算属性 :warning: 您可能不需要此功能,请先检查,以及 安装 npm install vue-recomputed 用法 这是展示API的愚蠢示例。 永远不要做这种事情: export default { recomputed : { currentTime ( ) { // you have access to the component as with computed properties return Date . now ( ) } , } , methods : { updateTime ( ) { this . $recompute ( 'currentTime' ) } , } , } 执照
【文件预览】:
vue-recomputed-master
----.gitignore(110B)
----.eslintrc(68B)
----package.json(2KB)
----src()
--------index.js(966B)
--------index.spec.js(407B)
----LICENSE(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(1KB)
--------settings.yml(474B)
--------ISSUE_TEMPLATE.md(253B)
--------CONTRIBUTING.md(1KB)
--------CODE_OF_CONDUCT.md(1KB)
--------dependabot.yml(223B)
--------funding.yml(50B)
----.release-it.json(290B)
----README.md(1KB)
----circle.yml(799B)
----babel.config.js(141B)
----yarn.lock(231KB)