Skip to content

Commit f690faa

Browse files
committed
App -> PWA
1 parent b209ae4 commit f690faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/components/Hello.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
name: 'hello',
2626
data{{#unless_eq lintConfig "airbnb"}} {{/unless_eq}}() {
2727
return {
28-
msg: 'Welcome to Your Vue.js App'{{#if_eq lintConfig "airbnb"}},{{/if_eq}}
28+
msg: 'Welcome to Your Vue.js PWA'{{#if_eq lintConfig "airbnb"}},{{/if_eq}}
2929
}{{#if_eq lintConfig "airbnb"}};{{/if_eq}}
3030
}{{#if_eq lintConfig "airbnb"}},{{/if_eq}}
3131
}{{#if_eq lintConfig "airbnb"}};{{/if_eq}}

0 commit comments

Comments
 (0)