Skip to content

Commit 6f0ba85

Browse files
author
ahmadhuss
committed
chore: Added laravel-vue-pagination component
1 parent 42eedc1 commit 6f0ba85

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
"prod": "npm run production",
1010
"production": "mix --production"
1111
},
12-
"devDependencies": {
12+
"dependencies": {
1313
"axios": "^0.21.1",
14-
"laravel-mix": "^6.0.6",
14+
"laravel-vue-pagination": "^2.3.1",
1515
"lodash": "^4.17.21",
16+
"vue": "^2.6.13"
17+
},
18+
"devDependencies": {
19+
"laravel-mix": "^6.0.6",
1620
"postcss": "^8.1.14",
17-
"vue": "^2.6.13",
1821
"vue-loader": "^15.9.5",
1922
"vue-template-compiler": "^2.6.13"
2023
}

0 commit comments

Comments
 (0)