This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
chuck
/
es6-11study
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
dc9c6919ad
Ramos
Etiquetas
master
es6-11study
/
23
/
dist
/
index3.js
index3.js
104 B
Histórico
Em bruto
1
2
3
4
5
6
7
export default {
school: 'hihihi',
change: function () {
console.log('hello');
}
};