版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 2 година
123456789
  1. import { defineStore } from 'pinia'
  2. export default defineStore('{{name}}', {
  3. state() {
  4. return {}
  5. },
  6. getters: {},
  7. actions: {}
  8. })