- 新建一个index.js文件
// vue3 导入方式
import {
createApp, reactive } from 'vue'
// loading 组件导入
import myLoad from './myLoading/myLoad'
const msg = reactive({
show: false,
title:
// vue3 导入方式
import {
createApp, reactive } from 'vue'
// loading 组件导入
import myLoad from './myLoading/myLoad'
const msg = reactive({
show: false,
title: