dashboard
repositories
filestore
activity
search
login
main
/
composite_h5-main
6.19阿A外汇交易所开发
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
style
lxf
2025-07-05
b804b11cb1a3f766ea1a57b7d5457268e85872a1
[composite_h5-main.git]
/
src
/
components
/
fx-header
/
index.js
1
2
3
4
5
6
7
import fxHeader from './index.vue'
export default {
install(app) {
app.component('fxHeader', fxHeader)
}
}