This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
vue
/
vue-router-tab
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
eff4f92c1c
Ramuri
Etichete
dev
vue-router-tab
/
babel.config.js
babel.config.js
119 B
Istoric
Crud
1
2
3
4
5
6
7
8
module.exports = {
presets: [
['@vue/app', {
useBuiltIns: 'usage'
// useBuiltIns: false
}]
]
}