We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
see the picture https://yadi.sk/i/hQ8MGnqm3WTbxR
I installed: $ git clone https://github.com/iutbay/mm.git $ cd mm $ npm install $ npm run build and run dev mode $ npm run dev
Sorry, something went wrong.
I have the same problem, seems like the path parameter somehow gets lost when you click on a folder, but it works fine in the demo.
Hi there,after a bit of debugging I have found this inside api.js and seems to fix the problem:
list(path) { //return this.axios.get(this.options.listUrl, { params: { 'path': this.path } }); return this.axios.get(this.options.listUrl, { params: { 'path': path } }); }
Commented is the original line.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: