Skip to content

Commit c5b5b29

Browse files
committed
[F] 修改大小写end
1 parent e28efef commit c5b5b29

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎vue/src/App.vue‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<template>
2+
<div id="app">
3+
<router-view />
4+
</div>
5+
</template>
6+
<script>
7+
export default {};
8+
</script>
9+
<style>
10+
html,
11+
body {
12+
width: 100%;
13+
height: 100%;
14+
background: #f0f0f0;
15+
overflow: auto;
16+
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial,sans-serif;
17+
}
18+
#app {
19+
width: 100%;
20+
height: 100%;
21+
}
22+
</style>

0 commit comments

Comments
 (0)