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 b209ae4 commit f690faaCopy full SHA for f690faa
template/src/components/Hello.vue
@@ -25,7 +25,7 @@ export default {
25
name: 'hello',
26
data{{#unless_eq lintConfig "airbnb"}} {{/unless_eq}}() {
27
return {
28
- msg: 'Welcome to Your Vue.js App'{{#if_eq lintConfig "airbnb"}},{{/if_eq}}
+ msg: 'Welcome to Your Vue.js PWA'{{#if_eq lintConfig "airbnb"}},{{/if_eq}}
29
}{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
30
}{{#if_eq lintConfig "airbnb"}},{{/if_eq}}
31
0 commit comments