Skip to content

Instantly share code, notes, and snippets.

@wtoalabi
wtoalabi / ClientsRevised.vue
Last active January 30, 2018 17:45
Laravel 5.4 OAuth2 token and client components ported to Vue.js 2 and Bulma with Axios
<style scoped>
.action-link {
cursor: pointer;
}
.m-b-none {
margin-bottom: 0;
}
</style>