S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
zhanghuiqing
/
official_revision
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
move global components
dev
X
před 4 roky
rodič
323eccd007
revize
6274362a41
12 změnil soubory
, kde provedl
1 přidání
a
1 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+0
-0
src/components/global/BarChart.vue
+0
-0
src/components/global/DonutChart.vue
+0
-0
src/components/global/Highlight.vue
+0
-0
src/components/global/LineChart.vue
+0
-0
src/components/global/LitePicker.vue
+0
-0
src/components/global/LoadingIcon.vue
+0
-0
src/components/global/PieChart.vue
+0
-0
src/components/global/TailSelect.vue
+0
-0
src/components/global/Tippy.vue
+0
-0
src/components/global/TippyContent.vue
+0
-0
src/components/global/index.js
+1
-1
src/main.js
src/global-components/BarChart.vue → src/components/global/BarChart.vue
Zobrazit soubor
src/global-components/DonutChart.vue → src/components/global/DonutChart.vue
Zobrazit soubor
src/global-components/Highlight.vue → src/components/global/Highlight.vue
Zobrazit soubor
src/global-components/LineChart.vue → src/components/global/LineChart.vue
Zobrazit soubor
src/global-components/LitePicker.vue → src/components/global/LitePicker.vue
Zobrazit soubor
src/global-components/LoadingIcon.vue → src/components/global/LoadingIcon.vue
Zobrazit soubor
src/global-components/PieChart.vue → src/components/global/PieChart.vue
Zobrazit soubor
src/global-components/TailSelect.vue → src/components/global/TailSelect.vue
Zobrazit soubor
src/global-components/Tippy.vue → src/components/global/Tippy.vue
Zobrazit soubor
src/global-components/TippyContent.vue → src/components/global/TippyContent.vue
Zobrazit soubor
src/global-components/index.js → src/components/global/index.js
Zobrazit soubor
+ 1
- 1
src/main.js
Zobrazit soubor
@@ -2,7 +2,7 @@ import Vue from "vue";
import App from "./App.vue";
import router from "./router";
import store from "./store";
import "./
global-
components";
import "./components
/global
";
import "./utils";
import "./libs";
Zapsat
Náhled
Načítá se…
Zrušit
Uložit