Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0318d34

Browse filesBrowse files
committed
Add missing property to store list
1 parent 1be7857 commit 0318d34
Copy full SHA for 0318d34

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎typescript.json

Copy file name to clipboardExpand all lines: typescript.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"import { methods, store } from '@freenit-framework/core'",
66
"",
77
"export default class ${1/(.*)/${1:/capitalize}/}Store {",
8-
" list = \\$state({ page: 0, perpage: 0, data: [], total: 0 })",
8+
" list = \\$state({ page: 0, perpage: 0, pages: 0, data: [], total: 0 })",
99
" detail = \\$state({ id: 0 })",
1010
"",
1111
" constructor(prefix) {",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.