Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leurez
/
moss
like
4
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
c5d9089
moss
/
src
/
store
/
index.ts
xianqiu
change the port
61ede3b
almost 2 years ago
raw
Copy download link
history
blame
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'