block-chaincopyright/ui/scripts/template/store.hbs
闵宪瑞 e6227f4d92 add
2025-05-22 17:32:03 +08:00

10 lines
135 B
Handlebars

import { defineStore } from 'pinia'
export default defineStore('{{name}}', {
state() {
return {}
},
getters: {},
actions: {}
})