Bootstrap components code is not getting converted into HTML. #7371
Unanswered
yashwanth2714
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please click on the attached repo link and run demo.html file that is present in dist folder. It is generated using the following cmd:
vue-cli-service build --mode production --modern --target lib --inline-vue --name vue-select ./src/main.ts
Repo link: https://github.com/DivakarSS/WebComponents
What is expected?
Bootstrap components should be converted into HTML.
What is actually happening?
Bootstrap components remains the same in dist files. Compilation is not happening.
Please let us know if we are missing anything.
Beta Was this translation helpful? Give feedback.
All reactions