Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 329 Bytes

executor-demo.md

File metadata and controls

15 lines (11 loc) · 329 Bytes

This component provides an independent formula execution engine.

For the API of the execution engine, see: Execute API

<script setup> import ExecutorDemo from './ExecutorDemo.vue' </script>