minhnt-dev: fix bugs
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
import DynamicLayout from '@/components/dynamic-page/page-section/layouts/index.vue';
|
||||
import type { PageSection } from "@/models/cms";
|
||||
|
||||
const emit = defineEmits(['dropComponent', 'dropData', 'selectComponent']);
|
||||
|
||||
const props = defineProps<{
|
||||
label?: any
|
||||
layout?: string
|
||||
@@ -12,10 +10,6 @@ const props = defineProps<{
|
||||
|
||||
section: PageSection
|
||||
}>()
|
||||
|
||||
const store = reactive({
|
||||
section: usePageSectionStore(),
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user