From ec92a84186678eac1193f8e3f5fa66f393940f35 Mon Sep 17 00:00:00 2001 From: wangmou96 Date: Mon, 18 Dec 2023 15:49:00 +0800 Subject: [PATCH] Mon Dec 18 15:49:00 CST 2023 inscode --- .inscode | 4 ++++ package.json | 1 + src/App.vue | 54 +++++++++++++++++++++++++++++++-------------- src/assets/main.css | 2 +- src/main.js | 7 +++++- 5 files changed, 50 insertions(+), 18 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..4f863ee 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "preview": "vite preview --port 4173" }, "dependencies": { + "element-ui": "^2.15.14", "guess": "^1.0.2", "vue": "^3.2.37" }, diff --git a/src/App.vue b/src/App.vue index 633a5df..c149b38 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,40 +4,62 @@ import TheWelcome from './components/TheWelcome.vue' -