Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
olivermao
/
test
like
0
Running
App
Files
Files
Community
main
test
/
src
/
App.vue
Yoobit
feat(docs): 更新 README 文档内容与使用说明
d17ebe3
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
213 Bytes
<
script
setup
>
// 这里可以添加全局的逻辑,比如主题切换等,如果需要的话
</
script
>
<
template
>
<
div
id
=
"app"
>
<
router-view
/>
</
div
>
</
template
>
<
style
>
/* 全局样式 */
</
style
>