minhnt-dev: add build node with arr

This commit is contained in:
MoreStrive
2024-06-17 09:55:33 +07:00
parent ecf4512cd3
commit c2b9208746
4 changed files with 27 additions and 6 deletions
@@ -1,7 +1,7 @@
<script setup lang="ts">
import DynamicComponent from "~/components/dynamic-page/page-component/templates/index.vue";
import { COLLECTION_QUERY_DROP, getValueStringWithKeyAndColon, getInputValue } from "@/utils/parseSQL";
import { isEmpty } from "lodash";
import isEmpty from "lodash/isEmpty";
const emit = defineEmits(["dropComponent", "dropData", "selectComponent"]);