File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ class Pagination {
24
24
this . _paginationPages = paginationPages
25
25
this . _currentPage = paginationPages [ this . paginationIndex ]
26
26
this . _posts = pages . filter ( postsFilter ) . sort ( postsSorter )
27
-
28
- console . log ( this )
29
27
}
30
28
31
29
get length ( ) {
@@ -58,12 +56,7 @@ class Pagination {
58
56
}
59
57
}
60
58
61
- export default ( {
62
- Vue, // the version of Vue being used in the VuePress app
63
- options, // the options for the root Vue instance
64
- router, // the router instance for the app
65
- siteData // site metadata
66
- } ) => {
59
+ export default ( { Vue } ) => {
67
60
Vue . mixin ( {
68
61
computed : {
69
62
$pagination ( ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function getIntervallers (max, interval) {
12
12
13
13
module . exports = ( options , ctx ) => ( {
14
14
enhanceAppFiles : [
15
- path . resolve ( __dirname , 'enhanceApp .js' )
15
+ path . resolve ( __dirname , 'clientPlugin .js' )
16
16
] ,
17
17
18
18
ready ( ) {
You can’t perform that action at this time.
0 commit comments