Reduced bundle size and updates packages
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template lang="html">
|
||||
<div class="stats-tab ma-2">
|
||||
HMR TEST 2
|
||||
<div
|
||||
v-if="healthBars.length"
|
||||
class="px-2 pt-2"
|
||||
|
||||
@@ -45,14 +45,12 @@
|
||||
import '/imports/ui/dialogStack/dialogStackWindowEvents.js';
|
||||
import mockElement from '/imports/ui/dialogStack/mockElement.js';
|
||||
import DialogComponentIndex from '/imports/ui/dialogStack/DialogComponentIndex.js';
|
||||
import { VLayout } from 'vuetify/lib'
|
||||
|
||||
const OFFSET = 16;
|
||||
const MOCK_DURATION = 400; // Keep in sync with css transition of .dialog
|
||||
|
||||
export default {
|
||||
components: {
|
||||
VLayout,
|
||||
...DialogComponentIndex,
|
||||
},
|
||||
data(){return {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import Vuetify from 'vuetify/lib';
|
||||
//import Vuetify from 'vuetify/lib';
|
||||
import Vuetify from 'vuetify/lib/framework';
|
||||
import { Scroll, Ripple } from 'vuetify/lib/directives';
|
||||
import SVG_ICONS from '/imports/constants/SVG_ICONS.js';
|
||||
import SvgIconByName from '/imports/ui/icons/SvgIconByName.vue';
|
||||
|
||||
Reference in New Issue
Block a user