0.1.2 • Published 2 years ago

@smc-gateway/test v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

SMC Gateway

This package is for testing, please do not use in any production projects!

Auth.vue

Provides user authenication, including login page, and provide the users data in a slot property:

Usage

<template>
  <auth v-slot="auth">
    <div>Hello {{ auth.user.name }}</div>
  </auth>
</template>

<script>
import auth as '@smc-gateway/test'

export default {
  name: 'App',
  components: {
    auth,
  }
}
</script>
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago