You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
I'm using vue-cli simple webpack, and change the babel-preset of this module from stage 2 to stage 3.
The data display works fine but none of the sort, filter and limit function work. The limit only adds pages but the data display doesn't change.
Before using this, I ran the command npm install babel-plugin-syntax-jsx babel-plugin-transform-vue-jsx babel-helper-vue-jsx-merge-props babel-preset-env
Please kindly help, thanks
The text was updated successfully, but these errors were encountered:
actually by just cloning this project and run npm install command and the npm run dev, the filter and sort will not work. Are they actually unfinished features?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using vue-cli simple webpack, and change the babel-preset of this module from stage 2 to stage 3.
The data display works fine but none of the sort, filter and limit function work. The limit only adds pages but the data display doesn't change.
Before using this, I ran the command
npm install babel-plugin-syntax-jsx babel-plugin-transform-vue-jsx babel-helper-vue-jsx-merge-props babel-preset-env
Please kindly help, thanks
The text was updated successfully, but these errors were encountered: