This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
Tim_Walker
/
chelvc-custom
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
1
Pull requesty
0
Wiki
Strom:
3fbb0838cc
Branche
Tagy
clientDemo
demobranch
feature-sq
master
tianyi
v2.0.0
zxlbranch
chelvc-custom
/
src
/
mixin
/
index.js
index.js
102 B
História
Raw
1
2
3
4
5
6
7
8
const globalMixins = {
data() {
return {};
},
methods: {},
};
export default globalMixins;