Skip to content

Commit

Permalink
chore(page): init filename on first load
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslz committed Nov 25, 2021
1 parent 3bed2f1 commit 33cf92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export default {
id: uuid(),
tabSize: 4,
language: language,
filename: '',
value: language === 'php' ? '<?php\n\n' : '',
};
},
Expand Down

0 comments on commit 33cf92c

Please sign in to comment.