diff --git a/Readme.md b/Readme.md index 8f1b84c..73c7564 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,9 @@ ## 9号UI组件库的核心 +### 开发文档 +[开发文档](https://github.com/9th-js/core/wiki) + +### 示例 ```js import { css, html, Component } from '//jscdn.ink/@ninejs/core/latest/index.js' @@ -21,7 +25,7 @@ class Hello extends Component { render(){ return html`
- +
所有点击数为: ${this.count}
` @@ -67,7 +71,7 @@ class Hello extends Component { render(){ return html`
- +
所有点击数为: ${this.count}
` @@ -90,4 +94,4 @@ class Hello extends Component { */ -``` \ No newline at end of file +```