This repository has been archived by the owner on May 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One can overwrite the namespace name that is generated for the component: - function `getComponentNamespace(vm)` Should return: `{ namespace: ‘new-namespace’, loadNamespace: true}` `namespace`: is the new namespace to use `loadNamespace`: tells if the namespace should be loaded. Be aware that if the global options `loadComponentNamespace === false` then the namespace will not be loaded even if `loadNamespace === true`.
- Loading branch information
1 parent
d66cd72
commit 399374f
Showing
1 changed file
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters