Tenant specific components
Closed this issue · 3 comments
saileshkush95 commented
How can I specify tenant specific components.
apal21 commented
Didn't get the question. Can you please tell this in detail?
saileshkush95 commented
I mean i want to build multitenant application, using vue. My requirements is,
ui may be tenant specific or different.
apal21 commented
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.