We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc43b1 commit 15b7d06Copy full SHA for 15b7d06
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-multilanguage",
3
- "version": "3.0.4",
+ "version": "3.0.5",
4
"description": "Multilanguage easy support to Vue.js 2",
5
"main": "dist/vue-multilanguage.js",
6
"scripts": {
src/vue-multilanguage.js
@@ -35,8 +35,6 @@ class MultiLanguage {
35
36
if (localStorage.getItem('vue-lang') !== null)
37
this.userLang = localStorage.getItem('vue-lang')
38
-
39
- console.log('Linguagem: ' + this.userLang)
40
41
window.localStorage.setItem('vue-lang', this.userLang)
42
}
0 commit comments