Importing boilerplate StencilJS component library into boilerplate Vue SPA

This is as very basic question but I can’t seem to find the answer so I am asking here:
I pushed by the StencilJS components boilerplate to NPM and then created a Vue2 app through CLI.

I then imported the aforementioned library:

npm i minimal-layout

Then I updated the Vue app.js file according to this page.

And then imported the basic component to my app in the Home.vue file and I get this error:

Object { ... }

Any thoughts on why this would be happening?

Can you share the project for this?

NPM Library: minimal-layout - npm
Based on Github: GitHub - RizaHKhan/minimal-layout: A CSS Library built with StencilJS

Trying to import to basic Vue2 app created using CLI: vue create stencil-test and tried importing the above NPM library.

Just wanted to add, for the StencilJS repo… Its literally what is created when running npm init stencil. I have not added my own components yet.