perf: perf layout

This commit is contained in:
xiaoxian521
2021-09-21 20:41:27 +08:00
parent 15e751dee8
commit fe6dfb9e3d
7 changed files with 292 additions and 357 deletions

View File

@@ -4,9 +4,9 @@
</component>
</template>
<script>
<script lang="ts">
import { computed, defineComponent, unref } from "vue";
import { isUrl } from "/@/utils/is.ts";
import { isUrl } from "/@/utils/is";
export default defineComponent({
name: "Link",