Commit Graph

4 Commits

Author SHA1 Message Date
Giuseppe Leo 43ef5fc390
Clean up entry logic for vue.config (#11048)
* Cleanup entry for vue configuration

Rename reserved function terms

Correct extendApp initialization by passing Vue attribute

Avoid reserved name Vue

Set more unique and meaningful file names

Remove deprecated code added with rebase

Add vue instance to mountApp

Add comments and references to TODO issue

Restore function declaration over binding issue

Rename apps and correct issue with the render

Rebase residual cleanup

Remove unnecessary env var related to Nuxt

Remove deprecated confit assignment

Revert render function refactoring

* Fix Dashboard version issue
2024-05-29 11:09:43 +02:00
Phillip Rak 705d125332 Supply context and instance via higher order function
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-05-15 10:15:31 -07:00
Phillip Rak b9d92756fa Disable `no-undef` lint warnings
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-05-14 10:27:58 -07:00
Phillip Rak 5a7e1b00be Inject runtime config as ``
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-05-14 09:48:34 -07:00