From e0c6891acc471f9adf2e29b2a5bed3f8337a92b2 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期一, 06 一月 2025 18:00:55 +0800 Subject: [PATCH] Merge branch '202412_CR' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into 202412_CR --- PAMapp/layouts/home.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PAMapp/layouts/home.vue b/PAMapp/layouts/home.vue index 0ea0947..abfaaa9 100644 --- a/PAMapp/layouts/home.vue +++ b/PAMapp/layouts/home.vue @@ -9,7 +9,6 @@ </template> <script lang="ts"> import { Component ,Vue } from "nuxt-property-decorator"; - import * as _ from 'lodash'; @Component export default class DefaultLayout extends Vue { @@ -34,4 +33,4 @@ } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0