Skip to content

Widgets require full Vue with compiler, errors if using Vue runtime. #29

@tbtalbottjr

Description

@tbtalbottjr

Example:

[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

found in

---> <Tooltip>
       <GraphStackbar>
         <VueGraphGivingByGiftType> at app/javascript/components/testing/charting/vue_graph_giving_by_gift_type.vue
           <GivingByGiftType> at app/javascript/components/testing/charting/giving_by_gift_type.vue
             <Root>

Desired Result:

Don't require full template compiler for your library.

Also, mixins are being deprecated in VueJS 3.0. You will want to move to something like the Composition API at some point. Plans?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions