Skip to content

Commit

Permalink
update onsenui to 2.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
takuyaW committed Nov 8, 2022
1 parent 0af4fff commit ec22ce7
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 45 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "onsenui-v2-vue3-splitter",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"dependencies": {
"cordova-plugin-splashscreen": "6.0.0",
"monaca-plugin-monaca-core": "3.3.1",
"onsenui": "2.12.2",
"onsenui": "2.12.6",
"vue": "3.2.40",
"vue-onsenui": "3.0.0"
},
Expand Down
5 changes: 5 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ Object.values(components).forEach(component =>
app.use(VueOnsen);

app.mount('#app');

app.config.errorHandler = (err, vm, info) => {
console.error(e.toString());
return false;
}
2 changes: 1 addition & 1 deletion www/assets/index.css

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions www/assets/index.js

Large diffs are not rendered by default.

0 comments on commit ec22ce7

Please sign in to comment.