dashboard
repositories
filestore
activity
search
login
main
/
composite_h5-main
6.19阿A外汇交易所开发
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
买卖全部
lxf
2025-07-16
f496d313048276f62823fe1b89a0b2ded346535f
[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)
}
}