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.
20 lines (17 loc) • 634 B
JavaScript
{
"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) {}
}