mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-03-22 05:49:08 -04:00
feature/improve-bundle-performance (#555)
* revert icon * chunk code for better performance / reduce request Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -107,13 +107,17 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import VJsoneditor from "v-jsoneditor";
|
||||
import { api } from "@/api";
|
||||
import ColorPickerDialog from "@/components/FormHelpers/ColorPickerDialog";
|
||||
import BaseDialog from "@/components/UI/Dialogs/BaseDialog";
|
||||
import StatCard from "@/components/UI/StatCard";
|
||||
export default {
|
||||
components: { StatCard, BaseDialog, ColorPickerDialog, VJsoneditor },
|
||||
components: {
|
||||
StatCard,
|
||||
BaseDialog,
|
||||
ColorPickerDialog,
|
||||
VJsoneditor: () => import(/* webpackChunkName: "json-editor" */ "v-jsoneditor"),
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
jsonEditor: false,
|
||||
|
||||
Reference in New Issue
Block a user