This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ezhizao
/
ezhizao_dms_vue
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
提交
ezhizao_zx
10 mesi fa
parent
785ef33b06
commit
8f982d7e43
1 ha cambiato i file
con
10 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
10
0
babel.config.js
+ 10
- 0
babel.config.js
Vedi File
@@ -0,0 +1,10 @@
+module.exports = {
+ "plugins": [
+ [
+ "jsx",
+ {
+ "preserve": true
+ }
+ ]
+ ]
+}