Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 1b56bd4 + 9e9ffb9 commit 6a96594Copy full SHA for 6a96594
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