themes_occassion

This commit is contained in:
Suvodip Ghosh
2023-01-23 13:09:19 +05:30
parent 4032087bfb
commit b39b8d624b
119 changed files with 4850 additions and 2937 deletions

View File

@@ -75,7 +75,7 @@
</template>
<style>
.line-clamp-1 {
.line-clamp-1 {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
@@ -102,7 +102,7 @@
}
</style>
<script>
<script is:inline>
export default {
// setup(){
// // const route = useRoute();
@@ -146,7 +146,7 @@
.then(response => response.json())
.then(data => {
this.tbBlog = data.data
console.log(data)
// console.log(data)
this.tbBlog_classroom_solution = data.data.filter(item => { if (item.category == "classroom-solution ") return item });
this.tbBlog_preschool_solution = data.data.filter(item => { if (item.category == "preschool-solution") return item });