摘要: //store.js import { assign, createMachine, interpret } from 'xstate' import { useActor } from '@xstate/vue' const counterMachine = createMachine({ id: 阅读全文
posted @ 2023-05-14 12:06 能不能别取名 阅读(102) 评论(0) 推荐(0)