Skip to content

Instantly share code, notes, and snippets.

View MajdMallouk's full-sized avatar
🏠
Working from home

Majd Mallouk MajdMallouk

🏠
Working from home
  • Abu Dhabi, UAE
View GitHub Profile
@MajdMallouk
MajdMallouk / AssignmentList.js
Created November 2, 2025 17:12 — forked from JeffreyWay/AssignmentList.js
Learn Vue 3: Step By Step, Episode 14, More Flexible Components With Slots and Flags - https://laracasts.com/series/learn-vue-3-step-by-step/episodes/14
import Assignment from "./Assignment.js";
import AssignmentTags from "./AssignmentTags.js";
export default {
components: { Assignment, AssignmentTags },
template: `
<section v-show="assignments.length" class="w-60">
<div class="flex justify-between items-start">
<h2 class="font-bold mb-2">