Skip to content

Commit

Permalink
update style tag reference to match template
Browse files Browse the repository at this point in the history
When using the starter Vue.js template from the link at the beginning of the chapter, the `App.vue` style tag does not have `scoped`.
  • Loading branch information
marydavis committed Nov 30, 2018
1 parent e68fbec commit 6eb1c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshop/ch1.md
Expand Up @@ -40,7 +40,7 @@ We're going to rip this sample app apart and recreate it! Let's get started.

## Build the Styles

Let's start in `App.vue`, since we don't have to make any changes to `main.js`. Add the following style block at the bottom of the file, replacing the current `<style scoped>` block:
Let's start in `App.vue`, since we don't have to make any changes to `main.js`. Add the following style block at the bottom of the file, replacing the current `<style>` block:

```scss
<style lang="scss">
Expand Down

0 comments on commit 6eb1c5a

Please sign in to comment.