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

Commit 821cdbc

Browse files
authored
fix: template comment root (#97)
* doc: typo * test: add comment on top of tree * chore: update dependencies
1 parent 00f06f2 commit 821cdbc

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"recast": "^0.16.2",
4444
"ts-map": "^1.0.3",
4545
"typescript": "^3.2.2",
46-
"vue": "^2.5.21",
47-
"vue-template-compiler": "^2.5.21"
46+
"vue": "^2.6.3",
47+
"vue-template-compiler": "^2.6.3"
4848
},
4949
"devDependencies": {
5050
"@types/htmlparser2": "^3.7.31",

tests/components/button/Button.vue

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<template>
2+
<!-- here is a nice component template -->
23
<button class="buttonComponent" @click.prevent="onClick">
34
<!-- @slot Use this slot default -->
45
<slot></slot>

0 commit comments

Comments
 (0)