We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873a03d commit 9e9ffb9Copy full SHA for 9e9ffb9
template/app/src/components/LandingPageView/CurrentPage.vue
@@ -20,14 +20,14 @@
20
21
<script>
22
export default {
23
- created () {
+ created{{#if_eq eslintConfig 'standard'}} {{/if_eq}}() {
24
// Set $route values that are not preset during unit testing
25
if (process.env.NODE_ENV === 'testing') {
26
this.$route = {
27
name: 'landing-page',
28
- path: '/landing-page'
29
- }
+ path: '/landing-page'{{#if_eq eslintConfig 'airbnb'}},{{/if_eq}}
+ }{{#if_eq eslintConfig 'airbnb'}};{{/if_eq}}
30
}
31
32
+ }{{#if_eq eslintConfig 'airbnb'}},{{/if_eq}}
33
</script>
0 commit comments