Skip to content
Discussion options

You must be logged in to vote

Hi @Ericlm. Glad that you are interested in the project.

You can configure global names for functions, directive and component when calling createFluentVue:

/** Override the names of the global functions and directive to avoid conflicts */
globals?: {
functions?: {
format?: string
formatAttrs?: string
}
component?: string
directive?: string
}

Looks like this is missing from the docs. You are welcome to contribute, if you want.

If you have any other question, feel free to ask. I will be glad to help.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Demivan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants