examples: add math example (#1461)

* examples: add math example

* docs: add math example
This commit is contained in:
Braks
2024-06-08 20:35:18 +02:00
committed by GitHub
parent f74be96b2d
commit a8ba97331f
23 changed files with 748 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
export { default as MathApp } from './App.vue?raw'
export { default as MathElements } from './initial-elements.js?raw'
export { default as MathValueNode } from './ValueNode.vue?raw'
export { default as MathOperatorNode } from './OperatorNode.vue?raw'
export { default as MathResultNode } from './ResultNode.vue?raw'
export { default as MathIcon } from './Icon.vue?raw'
export { default as MathCSS } from './style.css?inline'