Skip to content

Commit

Permalink
chore: update vue example
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-prinz-mw committed Jul 11, 2023
1 parent 5a9ed1c commit 21f8655
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions examples/vue/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@maibornwolff/mwui-stencil": "^0.5.0",
"@maibornwolff/mwui-vue": "^0.6.0",
"@maibornwolff/mwui-stencil": "^0.5.1",
"@maibornwolff/mwui-vue": "^0.6.1",
"vue": "^3.2.45"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ export default {
align-items: center;
}
#textarea {
width: 500px;
width: 100%;
}
</style>

0 comments on commit 21f8655

Please sign in to comment.