RactiveJS on-enter 插件丢失

RactiveJS on-enter plugin missing

我一直在寻找 "on-enter" 插件,它似乎在 教程 部分找到 here。奇怪的是,在插件部分,keys events 插件丢失了(或者 link 没有得到更新,无论如何)。

问题是,教程中没有任何相关内容,但它在那里有效。因此,如果有人有 link 之类的东西,那就太好了!

我厌倦了按键操作:(

它属于:https://github.com/ractivejs/ractive-events-keys

通过 npm (> npm i ractive-events-keys --save):

var keys = require( 'ractive-events-keys' );
Ractive.events.enter = keys.enter;

或者作为浏览器脚本(在项目的 dist 文件夹中可用):

<script src='ractive.js'></script>
<script src='ractive-events-keys.js'></script>