// import the library: import h from 'vhtml'; // tell babel to transpile JSX to h() calls: /** @jsx h */ // now render JSX to an HTML string! let items = ['one' ...
確定! 回上一頁