Adds flash icon to events route in primary menu

This commit is contained in:
weryques 2018-05-23 13:18:01 -03:00
parent 10c0506e1b
commit 580dc3fe6d
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -109,9 +109,9 @@
}
},
"@vue/component-compiler-utils": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-1.2.1.tgz",
"integrity": "sha512-l3GdahBgXlp/SoY5KU7mqMqg/BNiJAndpw/6nMfGzFooCGUkq49CT3pCMiSYy0g/2a6iBD37cHBYlsg4nulIwQ==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-1.3.0.tgz",
"integrity": "sha512-CerIPMzE6y4J4v68nUh2NFPjOO8zr2r8UDh/yi63E4bf7YB5Aqhm7Fv90zzTF+sOQgsqTb9dgryvpeDY1/7m9g==",
"dev": true,
"requires": {
"consolidate": "^0.15.1",
@ -12194,9 +12194,9 @@
"dev": true
},
"vue-loader": {
"version": "15.0.11",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.0.11.tgz",
"integrity": "sha512-wyCwG/mbMWfW4hIYJbUWEkfPTVj4aMp/8G8qqnbnIsEZJqqCVBQ+pOO59NPQWjub8VAYMBeIB7crHlWsWS2Ufw==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.2.0.tgz",
"integrity": "sha512-vJuybfEVtYU2HZUqUHMiqBU1/9K2HFplbsRJMca6B2hPNQt5Kx24mrVK9Ej+vlgM+3zf+7WIKKQPjJwvdHbkdA==",
"dev": true,
"requires": {
"@vue/component-compiler-utils": "^1.2.1",

View File

@ -71,7 +71,7 @@
:class="activeRoute == 'EventsPage' ? 'is-active':''">
<b-icon
size="is-small"
icon="calendar-range"/>
icon="flash"/>
<span class="menu-text">{{ $i18n.get('events') }}</span>
</router-link>
</li>