wx-compiler/test/spec/wcc/wxs/sample3.json
2024-07-13 21:49:54 +08:00

3 lines
178 B
JSON

{
"pages/comm": "// /pages/comm.wxs\n\nvar foo = \"'hello world' from comm.wxs\";\nvar bar = function(d) {\n return d;\n}\nmodule.exports = {\n foo: foo,\n bar: bar\n};"
}