We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c242da commit 6c5194eCopy full SHA for 6c5194e
.eslintrc.js
@@ -4,4 +4,4 @@ module.exports = {
4
'browser': true,
5
'node': true
6
}
7
-};
+}
src/pages/user/index/app.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div id="app">
3
<div class="dd">
- 主页
+ Index
</div>
<img v-bind:src="logoImg">
<h1>{{ msg }}</h1>
src/pages/user/login/app.vue
- <div class="d">
- 登录页
+ <div>
+ Login
0 commit comments