@mixd-id/web-scaffold 0.1.230406002 → 0.1.230406003
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -550,10 +550,11 @@ import {urlQuery} from "../utils/helpers.mjs";
|
|
|
550
550
|
import { Bar, Line } from 'vue-chartjs'
|
|
551
551
|
import Chart from 'chart.js/auto'
|
|
552
552
|
import dayjs from "dayjs";
|
|
553
|
+
import VirtualTable from "./VirtualTable.vue";
|
|
553
554
|
|
|
554
555
|
export default{
|
|
555
556
|
|
|
556
|
-
components: { Bar, Line },
|
|
557
|
+
components: { Bar, Line, VirtualTable },
|
|
557
558
|
|
|
558
559
|
inject: [ 'socket', 'confirm', 'alert', 'socketEmit', 'toast' ],
|
|
559
560
|
|