Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
XuBailing
/
CongMa2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CongMa2
/
views
/
src
/
store
/
modules
/
knowledgebaseid
/
id.ts
XuBailing
Upload 183 files
aeee1e2
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
import
{ defineStore }
from
'pinia'
export
const
idStore =
defineStore
(
'idStore'
, {
state
:
() =>
{
return
{
knowledgeid
:
'samples'
,
}
},
})