UNPKG

@zhangqingcq/vgce

Version:

Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite

8 lines (6 loc) 103 B
export const useStore = defineStore('main', () => { const data = ref() return { data } })