Skip to content

Commit b21efbe

Browse files
PekoPPTPetar Todorov
andauthored
chore: update GitHub Dashboard app (#292)
Co-authored-by: Petar Todorov <petar.todorov@progre>
1 parent a808420 commit b21efbe

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

examples-standalone/dashboard/src/components/DashboardComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export default {
340340
today: new Date(),
341341
selectedIndex: 2,
342342
response: [],
343-
currentScreenWidth: null
343+
currentScreenWidth: 1150
344344
}
345345
},
346346
computed: {

examples-standalone/dashboard/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const routes = [
2828
];
2929

3030
const router = createRouter({
31-
history: createWebHistory(),
31+
history: createWebHistory("/kendo-vue/dashboard/"),
3232
routes
3333
});
3434

examples-standalone/dashboard/vite.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import path from 'path'
44

55

66
// https://vitejs.dev/config/
7+
78
export default defineConfig({
8-
base: './',
9+
base: `/kendo-vue/dashboard/`,
910
plugins: [vue()],
1011
resolve: {
1112
alias: {

0 commit comments

Comments
 (0)