This website works better with JavaScript.
Explore
Help
Sign In
xymp
/
frontend
Watch
3
Star
0
Fork
You've already forked frontend
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9c1152b86c
hn2.0
wp1.0
ds1.0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9c1152b86c'
${ noResults }
frontend
/
src
/
components
/
common
/
bus.js
6 lines
87 B
JavaScript
Raw
Blame
History
import
Vue
from
'vue'
;
// 使用 Event Bus
const
bus
=
new
Vue
(
)
;
export
default
bus
;
Reference in New Issue
View Git Blame
Copy Permalink