This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
Tim_Walker
/
chelvc-custom
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
1
Pull-pyynnöt
0
Wiki
Puu:
3fbb0838cc
Haarat
Tagit
clientDemo
demobranch
feature-sq
master
tianyi
v2.0.0
zxlbranch
chelvc-custom
/
src
/
mixin
/
index.js
index.js
102 B
Historia
Raaka
1
2
3
4
5
6
7
8
const globalMixins = {
data() {
return {};
},
methods: {},
};
export default globalMixins;