ipyoverlay.utils.vue_template_path#
- ipyoverlay.utils.vue_template_path(filename)#
Get the path to the package “data resource” that is the requested vue template file.
- Parameters:
filename (str) – The name of the template file in the vue folder, e.g
rawwidget.vue
- Returns:
The full package resource file path for the specified vue file.
- Return type:
str