Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bread-F
/
Intelligent-Medical-Guidance-Large-Model
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Intelligent-Medical-Guidance-Large-Model
/
frontend
/
src
/
utils
/
navbar.ts
FAYO
model
77b0e0f
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
123 Bytes
import
{ ref }
from
'vue'
// 侧边栏是否折叠
export
const
isCollapse =
ref
(
false
)
// TODO 是否可以用 Pinia ?