UNPKG

create-cocos-plugin

Version:
8 lines (5 loc) 96 B
// global state import { reactive } from 'vue'; export const state = reactive({ a: 1, });