From e18433007bef83a063922f249a9551dcda07e08f Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 19 Dec 2023 14:58:00 +0800 Subject: [PATCH] Tue Dec 19 14:58:00 CST 2023 inscode --- .inscode | 4 ++++ package.json | 4 +++- src/App.vue | 56 +++++++++++----------------------------------------- 3 files changed, 19 insertions(+), 45 deletions(-) diff --git a/.inscode b/.inscode index 70c7853..9fec957 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,5 @@ run = "npm i && npm run dev" +language = "node" [deployment] build = "npm i && npm run build" @@ -8,3 +9,6 @@ run = "npm run preview" PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" XDG_CONFIG_HOME = "/root/.config" npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js" diff --git a/package.json b/package.json index aa1c7de..532a6d6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ }, "dependencies": { "guess": "^1.0.2", - "vue": "^3.2.37" + "vue": "^3.2.37", + "vue-pdf": "^4.3.0", + "vue-pdf-embed": "^1.2.1" }, "devDependencies": { "@vitejs/plugin-vue": "^3.0.1", diff --git a/src/App.vue b/src/App.vue index 633a5df..6e4a8aa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,47 +1,15 @@ - - - - + \ No newline at end of file -- GitLab