We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BorderBox2,BorderBox5使用UMD方式引入不显示 Decoration10,Decoration11,Decoration12使用UMD方式引入报错
<script setup> const { createApp } = Vue const { BorderBox1,BorderBox2,BorderBox3,BorderBox4,BorderBox5,BorderBox6,BorderBox7,BorderBox8,BorderBox9,BorderBox10,BorderBox11,BorderBox12,BorderBox13,Decoration1,Decoration2,Decoration3,Decoration4,Decoration5,Decoration6,Decoration7,Decoration8,Decoration9,Decoration10,Decoration11,Decoration12 } = DataV const app = createApp({ }) app.component('BorderBox1', BorderBox1) .component('BorderBox2', BorderBox2) .component('BorderBox3', BorderBox3) .component('BorderBox4', BorderBox4) .component('BorderBox5', BorderBox5) .component('BorderBox6', BorderBox6) .component('BorderBox7', BorderBox7) .component('BorderBox8', BorderBox8) .component('BorderBox9', BorderBox9) .component('BorderBox10', BorderBox10) .component('BorderBox11', BorderBox11) .component('BorderBox12', BorderBox12) .component('BorderBox13', BorderBox13) .component('Decoration1', Decoration1) .component('Decoration2', Decoration2) .component('Decoration3', Decoration3) .component('Decoration4', Decoration4) .component('Decoration5', Decoration5) .component('Decoration6', Decoration6) .component('Decoration7', Decoration7) .component('Decoration8', Decoration8) .component('Decoration9', Decoration9) .component('Decoration10', Decoration10) .component('Decoration11', Decoration11) .component('Decoration12', Decoration12) app.mount('#app') </script>
The text was updated successfully, but these errors were encountered:
Decoration9也不显示,看文件是9,10,11,12没有打包在里面
Sorry, something went wrong.
这东西咋打包啊
No branches or pull requests
BorderBox2,BorderBox5使用UMD方式引入不显示
Decoration10,Decoration11,Decoration12使用UMD方式引入报错
<script setup> const { createApp } = Vue const { BorderBox1,BorderBox2,BorderBox3,BorderBox4,BorderBox5,BorderBox6,BorderBox7,BorderBox8,BorderBox9,BorderBox10,BorderBox11,BorderBox12,BorderBox13,Decoration1,Decoration2,Decoration3,Decoration4,Decoration5,Decoration6,Decoration7,Decoration8,Decoration9,Decoration10,Decoration11,Decoration12 } = DataV const app = createApp({ }) app.component('BorderBox1', BorderBox1) .component('BorderBox2', BorderBox2) .component('BorderBox3', BorderBox3) .component('BorderBox4', BorderBox4) .component('BorderBox5', BorderBox5) .component('BorderBox6', BorderBox6) .component('BorderBox7', BorderBox7) .component('BorderBox8', BorderBox8) .component('BorderBox9', BorderBox9) .component('BorderBox10', BorderBox10) .component('BorderBox11', BorderBox11) .component('BorderBox12', BorderBox12) .component('BorderBox13', BorderBox13) .component('Decoration1', Decoration1) .component('Decoration2', Decoration2) .component('Decoration3', Decoration3) .component('Decoration4', Decoration4) .component('Decoration5', Decoration5) .component('Decoration6', Decoration6) .component('Decoration7', Decoration7) .component('Decoration8', Decoration8) .component('Decoration9', Decoration9) .component('Decoration10', Decoration10) .component('Decoration11', Decoration11) .component('Decoration12', Decoration12) app.mount('#app') </script>
The text was updated successfully, but these errors were encountered: