Skip to content

Instantly share code, notes, and snippets.

@ugogon
ugogon / math.js
Last active November 1, 2023 12:43
vueify
import { ref, watch, nextTick } from 'vue';
const __sfc__ = {
props: ['math'],
setup(__props, { expose: __expose }) {
__expose();
const props = __props;