Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Oct 17, 2023
1 parent 9f6e254 commit 77d0a1d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="</public/favicon.ico">
<link rel="icon" href="/favicon.ico">
<title>web-client</title>
</head>
<body>
Expand Down
14 changes: 7 additions & 7 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
Expand Up @@ -14,7 +14,7 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.3.0",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^0.1.4-vite",
"@webitel/ui-sdk": "^23.12.21",
"axios": "^0.27.1",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.3.1",
Expand Down
1 change: 1 addition & 0 deletions src/app/plugins/webitel-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import '@webitel/ui-sdk/dist/img/sprite';
const globals = {
$baseURL: import.meta.env.BASE_URL,
};

// init plugin
export default [WebitelUI, { eventBus, globals }];
// add plugin locales to main i18n
Expand Down

0 comments on commit 77d0a1d

Please sign in to comment.