mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 13:27:24 +00:00
add js module
This commit is contained in:
8
example/js/hello.js
Normal file
8
example/js/hello.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* @Description: module example
|
||||
* @Author: ekibun
|
||||
* @Date: 2020-08-27 19:06:30
|
||||
* @LastEditors: ekibun
|
||||
* @LastEditTime: 2020-08-27 20:39:11
|
||||
*/
|
||||
export default (name) => `hello ${name}!`;
|
Reference in New Issue
Block a user