minhnt-dev: only ssr

This commit is contained in:
MoreStrive
2024-06-21 09:56:34 +07:00
parent 229155b24a
commit 6a275c354e
18 changed files with 84 additions and 1003 deletions
@@ -41,7 +41,6 @@ const SETTING_OPTIONS = {
h4 {
font-size: 14px;
font-weight: normal;
text-align: center;
cursor: pointer;
}
}
@@ -1,5 +1,4 @@
<script setup lang="ts">
import isEmpty from "lodash/isEmpty";
// import DynamicComponent from "~/components/cms/page-component/templates/index.vue";
// import { getInputValue } from "@/utils/cms/page/parseSQL";
@@ -11,18 +10,17 @@ import isEmpty from "lodash/isEmpty";
// component?: any;
// }>();
// const SETTING_OPTIONS = {
// MAX_ELEMENT: 10,
// };
const SETTING_OPTIONS = {
MAX_ELEMENT: 10,
};
</script>
<template>
ád
<!-- <section>
<section>
<div v-for="navItem, index in Array(SETTING_OPTIONS.MAX_ELEMENT).fill({})" :key="index">
<div class="empty"></div>
</div>
</section> -->
</section>
</template>
<style lang="scss" scoped>