Skip to content

Commit ddee046

Browse files
committed
fix example html tag
1 parent fef4bdf commit ddee046

File tree

3 files changed

+20
-7882
lines changed

3 files changed

+20
-7882
lines changed

generator/templates/example/components/ComponentLib.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<div>The example of your vue component</div>
4-
<my-component></my-component>
4+
<<%= libNameKebabCasemy %> />
55
</div>
66
</template>
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-component-lib",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "index.js",
55
"description": "The vue lib for markdown-it",
66
"homepage": "https://github.com/ravenq/vue-cli-plugin-component-lib",

0 commit comments

Comments
 (0)