Skip to content

Commit 96d1c08

Browse files
committed
fix apexcharts
1 parent bbf7199 commit 96d1c08

File tree

3 files changed

+2
-130
lines changed

3 files changed

+2
-130
lines changed

live-demo/app/custom/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="px-4 py-4 bg-blue-50 dark:bg-gray-900 dark:shadow-none min-h-[calc(100vh-56px)]">
2+
<div class="px-4 py-4 bg-blue-50 dark:bg-gray-900 dark:shadow-none min-h-screen">
33

44
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4">
55
<div class="max-w-md w-full bg-white rounded-lg shadow dark:bg-gray-800 p-4 md:p-5" v-if="data">

live-demo/app/custom/package-lock.json

Lines changed: 1 addition & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

live-demo/app/custom/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88
"keywords": [],
99
"author": "",
1010
"license": "ISC",
11-
"devDependencies": {
12-
"apexcharts": "^3.52.0"
13-
},
1411
"description": ""
1512
}

0 commit comments

Comments
 (0)