咖啡哥

Results 4 comments of 咖啡哥

支持简单的数据管理。 ```js import { Store } from 'cpage'; // 存储数据 Store.data('id', 10); // 获取数据 Store.get('id'); ```

框架支持DOM操作的。 ``` import { Dom } from 'cpage'; Dom('body').css('width') ```

``` Cpage.router([ { path: '/article', component: Article, params: { id: 123 }, cache: true, delay: 200 }, { path: '/article/:id', component: ArticleDetail }, { path: '/about', component: About, cache: true,...

你好,明天会换个账号重新发布