themes_occassion
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user