Skip to content

Commit 7d5c849

Browse files
committed
fix libNameCamelCase
1 parent ddee046 commit 7d5c849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
<<%= libNameKebabCasemy %> />
4+
<<%= libNameKebabCase %> />
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.4",
3+
"version": "0.1.5",
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)