This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
chuck
/
es6-11study
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
dc9c6919ad
Branches
Tags
master
es6-11study
/
23
/
dist
/
index3.js
index3.js
104 B
Historique
Raw
1
2
3
4
5
6
7
export default {
school: 'hihihi',
change: function () {
console.log('hello');
}
};