diff --git a/index.html b/index.html index a9c4613..a17a652 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Roller-课堂点名 diff --git a/package-lock.json b/package-lock.json index a65611c..ca04c37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "roller", "version": "0.0.0", "dependencies": { + "@element-plus/icons-vue": "^2.3.1", "element-plus": "^2.8.3", "vue": "^3.4.37" }, diff --git a/package.json b/package.json index 12d3589..0345e51 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "preview": "vite preview" }, "dependencies": { + "@element-plus/icons-vue": "^2.3.1", "element-plus": "^2.8.3", "vue": "^3.4.37" }, diff --git a/src/App.vue b/src/App.vue index 171bb00..9efaaef 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,11 @@ \ No newline at end of file diff --git a/src/score-board.vue b/src/score-board.vue new file mode 100644 index 0000000..51508d1 --- /dev/null +++ b/src/score-board.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file