angular-ui/ui-grid

[FEATURE] Add documentation for Vue3 save-state

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.
I fail big time adding the save state plugin to my vue3 app. I

Describe the solution you'd like
Sample code on how to implement save-state.

Describe alternatives you've considered
I tried / here are my questions:

  1. require ( "@ui-grid/save-state"); --- "reqire does not exists
  2. import savestate from ("@ui-grid/save-state") --> Failed to parse source for import analysis because the content contains invalid JS syntax. If you are using JSX, make sure to name the file with the .jsx or .tsx extension.

I am not sure if createApp(App).use(save-state) will work

I am not sure if adding ui-grid-save-state to my will do the trick either

Additional context
Add any other context or screenshots about the feature request here.

kissu commented

Hi, please add a reproduction.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed because it has not had recent activity. If you believe that this is still an issue in the latest version, feel free to re-open it. Thank you for your contributions.