Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
y001j
/
ChatGLM
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ChatGLM
/
views
/
src
/
store
/
index.ts
y001j
Upload 305 files
af9251e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
189 Bytes
import
type
{
App
}
from
'vue'
import
{ createPinia }
from
'pinia'
export
const
store =
createPinia
()
export
function
setupStore
(
app: App
) {
app.
use
(store)
}
export
*
from
'./modules'