XuBailing's picture
Upload 243 files
107f987
raw
history blame
161 Bytes
import { defineStore } from 'pinia'
export const idStore = defineStore('idStore', {
state: () => {
return {
knowledgeid: 'samples',
}
},
})