Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
chenJinxu
/
HealthStudentWeb
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Merge branch 'feat-echart' into test
test
chenJinxu
11 mesi fa
parent
53bbe27e3e
547e640234
commit
3336d17cad
1 ha cambiato i file
con
7 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
src/components/EchartBox.vue
+ 7
- 0
src/components/EchartBox.vue
Vedi File
@@ -78,6 +78,13 @@ export default {
echart: null
};
},
watch: {
options() {
this.$nextTick(() => {
this.initEchart();
});
}
},
computed: {},
created() {},
mounted() {
Write
Preview
Loading…
Annulla
Salva