@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406002",
4
+ "version": "0.1.230406003",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -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