diff --git a/index.js b/index.js index eb4af51..62bf423 100644 --- a/index.js +++ b/index.js @@ -157,8 +157,8 @@ const init = async (items = [], options = {}, index = 0) => {
${items.join('')}
- ${options.pagination ? options.pagination : ''} - ${options.navigation ? options.navigation : ''} + ${options.pagination || ''} + ${options.navigation || ''} `