Skip to content

Commit 5c7fea6

Browse files
committed
docs
1 parent 32d9e1f commit 5c7fea6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/doc
1+
/docs

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Works on TypeScript and decorator.
1111
* Performance. Once transform on project loading, ready for everywhere.
1212
* Support es class inherit, vue `extends` and vue `mixins`.
1313

14+
[](./quick-start/code-what-it-is-example.ts ':include :type=code typescript')
15+
1416
If you like deprecaed [vue-class-component](https://github.com/vuejs/vue-class-component) and deprecaed [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator), try this!
1517

1618
Suggestion and contribution welcome.

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<script>
3232
window.$docsify = {
3333
name: 'vue-facing-decorator',
34+
repo: 'https://github.com/facing-dev/vue-facing-decorator',
3435
coverpage: true,
3536
loadSidebar: true,
3637
maxLevel: 4,

0 commit comments

Comments
 (0)