Commit 926c5347 authored by liziwl's avatar liziwl
Browse files

rename

parent f3c6c57a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@ import { defineClientConfig } from '@vuepress/client'
import BusTable from "./components/BusTable.vue";
import Realtimemap from './components/Realtime-map.vue'
import WeatherSpan from './components/weather-span.vue'
import BusChart from './components/BusChart.vue'
import BusChartReact from './components/BusChartReact.vue'
import BusChartVue from './components/BusChartVue.vue'
// import AdsenseUnit from './components/adsense-inline-article.vue'

export default defineClientConfig({
@@ -10,7 +11,8 @@ export default defineClientConfig({
    app.component("BusTable", BusTable)
    app.component("Realtimemap", Realtimemap)
    app.component("WeatherSpan", WeatherSpan)
    app.component("BusChart", BusChart)
    app.component("BusChartReact", BusChartReact)
    app.component("BusChartVue", BusChartVue)
    // app.component("AdsenseUnit", AdsenseUnit)
  },
})
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ navbar: false

<Realtimemap></Realtimemap>

<BusChart/>
<BusChartReact/>

[实时线路图 by ni1o1](https://github.com/ni1o1/nikebus)

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

<Realtimemap></Realtimemap>

<BusChart/>
<BusChartReact/>

[实时线路图 by ni1o1](https://github.com/ni1o1/nikebus)