Skip to content

Commit 1a9b794

Browse files
committed
Merge pull request #154 from vuejs-jp/fix/1.0-release-blog
fix typo on 1.0.0 release blog article
2 parents f075292 + 6c2917d commit 1a9b794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_posts/1.0.0-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For example, the default asset resolution in 0.12 has implicit fallbacks to pare
4343

4444
There are also exciting things going on outside of Vue.js core - [vue-loader](https://github.com/vuejs/vue-loader) and [vueify](https://github.com/vuejs/vueify) have received major upgrades including:
4545

46-
- Hot component reloading. When a `*.vue` component is edited, all of its active instances are hot swapped without reloading the page. This means when making small changes, e.g. tweaking the styles or the template, your app doesn't need to fully reload; the state of the app the the swapped component can be preserved, drastically improving the development experience.
46+
- Hot component reloading. When a `*.vue` component is edited, all of its active instances are hot swapped without reloading the page. This means when making small changes, e.g. tweaking the styles or the template, your app doesn't need to fully reload; the state of the app the swapped component can be preserved, drastically improving the development experience.
4747

4848
- Scoped CSS. By simply adding a `scoped` attribute to your `*.vue` component style tags, the component's template and final generated CSS are magically re-written to ensure a component's styles are only applied to its own elements. Most importantly, the styles specified in a parent component **does not** leak down to child components nested within it.
4949

0 commit comments

Comments
 (0)