提交 e53744fe 编写于 作者: H hdx

fix: import ComponentPublicInstance

上级 2c39ff1b
......@@ -27,6 +27,7 @@
</template>
<script>
import { ComponentPublicInstance } from 'vue';
export default {
data() {
return {
......
......@@ -26,6 +26,7 @@
</template>
<script>
import { ComponentPublicInstance } from 'vue';
import tab1 from './custom-tab-bar-tab1.uvue';
import tab2 from './custom-tab-bar-tab2.uvue';
......@@ -147,4 +148,4 @@
font-size: 30px !important;
font-weight: bold;
}
</style>
\ No newline at end of file
</style>
......@@ -24,7 +24,8 @@
</scroll-view>
</template>
<script>
<script>
import { ComponentPublicInstance } from 'vue';
import longPage from './long-list-page.uvue';
type SwiperTabsItem = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册