Skip to content

Commit

Permalink
refactor: cleaner code
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Nov 6, 2018
1 parent d08c777 commit f39f79b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/@vuepress/core/lib/app/components/ContentLoading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,7 @@
import { ContentLoader } from 'vue-content-loader'
export default {
components: {
ContentLoader
},
data () {
return {
containerStyle: {}
}
}
components: { ContentLoader }
}
</script>

Expand Down

0 comments on commit f39f79b

Please sign in to comment.