From 5d50c6b13722a88562f6c4f25b00ae5598ab4d91 Mon Sep 17 00:00:00 2001 From: thanhvudaynee Date: Mon, 18 May 2026 11:04:45 +0700 Subject: [PATCH] feat: add movie viewing page and initialize home page with history support --- app/pages/index.vue | 91 +++++++++++++++++++++++++++++++++++++++- app/pages/xem/[slug].vue | 52 +++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index d09fd43..838aab1 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -1,5 +1,5 @@