build: 配置代码格式化

This commit is contained in:
陈凯龙
2021-12-07 17:16:17 +08:00
parent ced99de9b1
commit ffdb556a09
7 changed files with 4886 additions and 1190 deletions

View File

@@ -19,16 +19,12 @@ const count = ref(0)
<p>See <code>README.md</code> for more information.</p>
<p>
<a href="https://vitejs.dev/guide/features.html" target="_blank">
Vite Docs
</a>
<a href="https://vitejs.dev/guide/features.html" target="_blank"> Vite Docs </a>
|
<a href="https://v3.vuejs.org/" target="_blank">Vue 3 Docs</a>
</p>
<button type="button" @click="count++">
count is: {{ count }}
</button>
<button type="button" @click="count++"> count is: {{ count }} </button>
<p>
Edit
<code>components/HelloWorld.vue</code> to test hot module replacement.
@@ -46,9 +42,9 @@ label {
}
code {
background-color: #eee;
padding: 2px 4px;
border-radius: 4px;
color: #304455;
background-color: #eee;
border-radius: 4px;
}
</style>