logic-helper
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
8 lines (4 loc) • 611 B
JavaScript
const {eee_eee} = require('../.logic');
const topo = eee_eee.create(
{"name":"eee","data":function (arg, info, root) {},"methods":{"Conditional":function (arg, info, root) {},"Input":function (arg, info, root) {},"Subroutine":function (arg, info, root) {},"www":function (arg, info, root) {},"Repeat":function (arg, info, root) {},"Conditional1":function (arg, info, root) {},"Group":function (arg, info, root) {}},"onBeforeEach":function (info, root) {},"onAfterEach":function (info, root) {},"onStart":function (info, root) {},"onEnd":function (info, root) {}});
module.exports = topo;