0.0.61 • Published 2 months ago

tz-business-profile v0.0.61

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Tranzak business profile mini programme

This plugin is to be used by tranzak SAAS mini programmes to show business info all apps irrespective of the project or environment.

Usage

Installation

$ npm install tz-business-profile

In your main.js file, import and register the plugin as shown below

import  {  createApp  }  from  'vue'
    import  TzBusinessProfile from  'tz-business-profile';
    const  myApp  =  createApp(App);
    myApp.use(TzBusinessProfile);
    myApp.mount('#app')

Implementation

<tz-business-profile  lang="fr" app-id="ap3viyy15rg1xz" org-id="tz32elknz06ic8el" :token="token" />

Props

PropDescriptionValue
langThis is the language to be used when rendering the componentString (en OR fr), default en
appIdthis is the app id of the selected app which should use this componentString (Required)
orgIdthis is the Tranzak id of the organization this app belongs toString (Required)
tokenThis is will be used to determine if the user is logged in or not in order to enable them to like a mini programmeString

Dependencies

PackageDescription
Tz Payment SDKThis is used when making payments from the app and is usually already available in all Tz MPs

Url Params

ParamDescription
hideButtonsSend this a query string to hide the new app button and update app buttons. Used in situations like merchant solutions to view app info without the update buttons showing up.
isDraftShould be initialized to true so the draft (unapproved) version of the app is loaded. This is useful in cases where updates have been made and is under review.
0.0.60

2 months ago

0.0.61

2 months ago

0.0.58

2 months ago

0.0.57

5 months ago

0.0.56

6 months ago

0.0.52

6 months ago

0.0.53

6 months ago

0.0.54

6 months ago

0.0.55

6 months ago

0.0.40

11 months ago

0.0.41

11 months ago

0.0.42

11 months ago

0.0.43

11 months ago

0.0.44

11 months ago

0.0.45

11 months ago

0.0.46

11 months ago

0.0.47

10 months ago

0.0.37

11 months ago

0.0.38

11 months ago

0.0.39

11 months ago

0.0.32

12 months ago

0.0.33

12 months ago

0.0.34

12 months ago

0.0.35

12 months ago

0.0.36

12 months ago

0.0.51

10 months ago

0.0.50

10 months ago

0.0.48

10 months ago

0.0.49

10 months ago

0.0.31

12 months ago

0.0.30

12 months ago

0.0.29

12 months ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago