hello-page.js 123 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // plugin/pages/hello-page.js Page({ data: {}, onLoad: function () { console.log('This is a plugin page!'); } });