apal21/Vue.js-VueRouter-multiple-subdomains

Tenant specific components

Closed this issue · 3 comments

How can I specify tenant specific components.

Didn't get the question. Can you please tell this in detail?

I mean i want to build multitenant application, using vue. My requirements is,
ui may be tenant specific or different.

Check this function: https://github.com/apal21/Vue.js-VueRouter-multiple-subdomains/blob/master/src/main.js#L15

Here we're checking the subdomain. You need to modify your if-else conditions according to your requirements. It can be at the domain or subdomain level.