[Vuejs]-How I can remove trailing slash?

0👍

I have used @nuxtjs/redirect-module, and set redirect options { from: '/en/', to:'/en' }. It works.

Leave a comment