-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
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
chore(sfc-playground): editor can modify whether auto-save is enabled #11428
Conversation
Size ReportBundles
Usages
|
a0f4d6c
to
2499308
Compare
This only implements the button but doesn't seem to actually change the editor's behavior? |
Yes, the current editor does not support dynamic switching of the 'autoSave' property, so I have submitted a PR (vuejs/repl#266) to @vue/repl to add support for it. |
@vue/compiler-core
@vue/compiler-dom
@vue/compiler-sfc
@vue/reactivity
@vue/runtime-dom
@vue/runtime-core
@vue/server-renderer
@vue/shared
@vue/compat
vue
@vue/compiler-ssr
commit: |
Hello, @yyx990803! with the release of @vue/repl@4.4.0, this behavior in the editor is now supported! I believe this PR is ready to be merged. 😃 |
43f58df
to
532dcf2
Compare
reference: #11423