From 5f9e441147a5af8a18fed76aed14c2e6ef75c8fb Mon Sep 17 00:00:00 2001 From: Munawwirul Jamal Date: Fri, 31 Oct 2025 14:30:19 +0700 Subject: [PATCH] dev: hotfix - chore, .gitignore - feat, ok button for my-ui/nav-footer --- .gitignore | 4 ++- app/components/pub/my-ui/nav-footer/ok.vue | 32 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 app/components/pub/my-ui/nav-footer/ok.vue diff --git a/.gitignore b/.gitignore index 5bdfc11f..a3d94e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ logs .env.* !.env.example -.vscode \ No newline at end of file +# editor +.vscode +*.swp diff --git a/app/components/pub/my-ui/nav-footer/ok.vue b/app/components/pub/my-ui/nav-footer/ok.vue new file mode 100644 index 00000000..da2f69ea --- /dev/null +++ b/app/components/pub/my-ui/nav-footer/ok.vue @@ -0,0 +1,32 @@ + + +