Commit 032e8317 authored by liaozan's avatar liaozan 🏀

chore: format

parent 2de23af5
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
node_modules node_modules
/dist /dist
/node /node
package-lock.json
# local env files # local env files
.env.local .env.local
......
This diff is collapsed.
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.26.1", "axios": "^0.26.1",
"core-js": "^3.8.3", "core-js": "^3.21.1",
"vue": "^3.2.13", "vue": "^3.2.31",
"vue-router": "^4.0.14" "vue-router": "^4.0.14"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.16", "@babel/core": "^7.17.8",
"@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-babel": "~5.0.3",
"@vue/cli-service": "~5.0.0" "@vue/cli-service": "^5.0.3"
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
......
...@@ -72,6 +72,7 @@ export default { ...@@ -72,6 +72,7 @@ export default {
<style scoped> <style scoped>
.form { .form {
text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 500px; max-width: 500px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment