Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Commit

Permalink
fix: template comment root (#97)
Browse files Browse the repository at this point in the history
* doc: typo

* test: add comment on top of tree

* chore: update dependencies
  • Loading branch information
elevatebart committed Feb 8, 2019
1 parent 00f06f2 commit 821cdbc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"recast": "^0.16.2",
"ts-map": "^1.0.3",
"typescript": "^3.2.2",
"vue": "^2.5.21",
"vue-template-compiler": "^2.5.21"
"vue": "^2.6.3",
"vue-template-compiler": "^2.6.3"
},
"devDependencies": {
"@types/htmlparser2": "^3.7.31",
Expand Down
1 change: 1 addition & 0 deletions tests/components/button/Button.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<!-- here is a nice component template -->
<button class="buttonComponent" @click.prevent="onClick">
<!-- @slot Use this slot default -->
<slot></slot>
Expand Down

0 comments on commit 821cdbc

Please sign in to comment.