Answer the question
In order to leave comments, you need to log in
How to make Vuetify web components render correctly?
Created this Bt.vue web component
<template>
<div style="border:1px solid red">
<div>
<v-btn depressed small color="primary">Primary</v-btn>
</div>
<div>
<v-btn depressed small color="error">Error</v-btn>
</div>
</div>
</template>
<script>
export default {
}
</script>
npx vue-cli-service build --target wc --name shasoft "src/components/*.vue"
<shasoft-bt></shasoft-bt>
<div>
<v-btn depressed small color="error">Ошибка</v-btn>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question