block-identity-auth/ui/scripts/template/store.hbs
闵宪瑞 12f367e96e ``
2025-05-19 18:26:04 +08:00

10 lines
135 B
Handlebars

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