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.
2 parents 6201105 + d568b7c commit a957e0aCopy full SHA for a957e0a
README.md
@@ -1,7 +1,7 @@
1
<br>
2
3
<p align="center">
4
-<img src="logo.jpeg" wight="100" />
+<img src="logo.jpeg" width="250"/ />
5
</p>
6
7
@@ -58,8 +58,8 @@ import dataMasking from "vue-manual-data-masking";
58
```bash
59
# install dependencies
60
npm install
61
-# serve with hot reload at localhost:8080
62
-npm run dev
+# serve with hot reload at localhost:8888
+npm run serve
63
# build for production with minification
64
npm run build
65
```
0 commit comments