Skip to content

Instantly share code, notes, and snippets.

@sonicoder86
Created July 14, 2020 08:00
Show Gist options
  • Save sonicoder86/54dd5cedd75a22d2bd47e41adadcfbbe to your computer and use it in GitHub Desktop.
Save sonicoder86/54dd5cedd75a22d2bd47e41adadcfbbe to your computer and use it in GitHub Desktop.
You Might Not Need Vuex - part 5
<script>
import { useState } from './state';
export default {
setup() {
return { state: useState() };
}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment