Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
XuBailing
/
CongMa
like
0
Configuration error
App
Files
Files
Community
107f987
CongMa
/
views
/
src
/
store
/
modules
/
knowledgebaseid
/
id.ts
XuBailing
Upload 243 files
107f987
over 1 year ago
raw
Copy download link
history
blame
Safe
161 Bytes
import
{ defineStore }
from
'pinia'
export
const
idStore =
defineStore
(
'idStore'
, {
state
:
() =>
{
return
{
knowledgeid
:
'samples'
,
}
},
})