提交 f192cfb1 编写于 作者: 雪洛's avatar 雪洛

fix: 移除从vue内引用的仅作为类型的导入

上级 965c0628
<script lang="uts">
import { PropType } from 'vue'
import { ItemType } from './enum-data'
export default {
......
import { ComponentPublicInstance } from 'vue'
// 查找父组件实例
export function $dispatch(
context : ComponentPublicInstance,
......
......@@ -6,7 +6,6 @@
</template>
<script lang="uts">
import { ComponentPublicInstance } from 'vue'
export default {
name: "UniCollapse",
props: {
......
......@@ -38,7 +38,6 @@
</template>
<script>
import { ComponentPublicInstance } from 'vue';
import tab1 from './custom-tab-bar-tab1.uvue';
import tab2 from './custom-tab-bar-tab2.uvue';
......
import callCheckVersion, { UniUpgradeCenterResult } from "./call-check-version"
// #ifdef UNI-APP-X
import { ComponentPublicInstance } from 'vue'
import { openSchema } from './utils.uts'
// #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册