digitalboy
digitalboy
```typescript import '../../node_modules/mathlive/dist/mathlive-fonts.css'; import { ref, onMounted } from 'vue'; import { MathfieldElement } from 'mathlive'; export default { setup() { const mathfieldContainer = ref(null); const mathfield = ref(null); onMounted(()...
Thanks again...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Traceback (most recent call last): File...
 如何设置不换行呢? How to set inline?