index.js 160 B

12345678910
  1. "use strict";
  2. const _sfc_main = {
  3. __name: "index",
  4. setup(__props) {
  5. return (_ctx, _cache) => {
  6. return {};
  7. };
  8. }
  9. };
  10. wx.createPage(_sfc_main);