Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lmtt/talk4
lmtt
/
talk3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
talk3
/
src
/
store
/
index.ts
lmtt
Duplicate from lmtt/talk4
533bab2
over 2 years 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'