```js plugins: [ function (hook, vm) { hook.ready(function () { alert(1); // test code }); } ] ``` test on ios safari