Skip to content

Commit

Permalink
Merge pull request #42 from medistream-team/feature/editExample
Browse files Browse the repository at this point in the history
[김지현] 0.2.6 -> 0.2.7 버전 업데이트
  • Loading branch information
hxyxneee committed Sep 9, 2021
2 parents 75e2aee + 3bb3f2f commit 2ea1a82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/medistream-team/vuetiful-board" target="_blank">
<img class="logo-img"src="./.vuepress/public/VuetifulBoard.svg" />
<img class="logo" src="./.vuepress/public/VuetifulBoard.svg" />
</a>
</p>

Expand All @@ -10,13 +10,10 @@

<br>

<div align="center">
<img class="demo" src="./.vuepress/public/demovideo.gif"/>
</div>

<img class="demo" src="./.vuepress/public/demovideo.gif"/>

<style>
.logo-img {
.logo {
width: 260px;
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetiful-board",
"version": "0.2.6",
"version": "0.2.7",
"scripts": {
"dev": "cd dev && vue-cli-service serve",
"build": "vue-cli-service build ./src/index.js --target lib",
Expand Down

0 comments on commit 2ea1a82

Please sign in to comment.