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 2d47779 commit 8aef252Copy full SHA for 8aef252
.vscode/settings.json
@@ -15,7 +15,8 @@
15
// Disable the MD033 rule
16
"markdownlint.config": {
17
"default": true,
18
- "MD033": false
+ "MD033": false,
19
+ "MD041": false
20
},
21
22
// Silent the stylistic rules in you IDE, but still auto fix them
README.md
@@ -1,7 +1,9 @@
1
-<h1 align="center">vue3-vant-mobile</h1>
2
-
3
<div align="center">
4
+<img src="https://cdn.jsdelivr.net/gh/easy-temps/easy-static/cover.png" alt="cover" />
+
5
+<h1>vue3-vant-mobile</h1>
6
7
English / [简体中文](./README.zh-CN.md)
8
9
An mobile web apps template based on the Vue 3 ecosystem.
0 commit comments