Skip to content

Commit 9f8d380

Browse files
author
Walker Leite
committed
feat(App): add some style to not extended App
1 parent ea1c31e commit 9f8d380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/client/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ export default {
2424

2525
<style {{#extended}}lang="scss"{{else}}lang="css"{{/extended}}>
2626
{{#extended}}@import "style/app.scss";{{/extended}}
27+
{{#unless extended}}h1 { font-size: 2rem; }{{/unless}}
2728
</style>

0 commit comments

Comments
 (0)