LIAOPH7 2022-09-22 21:35 采纳率: 0%
浏览 63

This relative module was not found: * ./edit in ./node_modules/

为了做日历时间排班的,出现了这个啥问题呀



_Failed to compile with 1 error 21:12:27

This relative module was not found:

  • ./edit in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue

-loader/lib??vue-loader-options!./src/views/system/ordertime/index.vue?vue&type=script&lang=js&

用代码块功能插入代码,请勿粘贴截图
<script>
import { listOrdertime, getOrdertime, delOrdertime, addOrdertime, updateOrdertime } from "@/api/system/ordertime";
import FullCalendar from '@fullcalendar/vue'
import dayGridPlugin from '@fullcalendar/daygrid'
import timeGridPlugin from '@fullcalendar/timegrid'
import interactionPlugin from '@fullcalendar/interaction'
import edit from "./edit"
export default {
  name: "Frequency",
  components: {
    FullCalendar,
    edit
  },

  data () {
    return {
      isshow:false,
      devices:[],
      text:"",
      isAdd:null,
      buttonText: {
        today: '今天',
        month: '月',
        week: '周',
        day: '天',
        list: '列表'
      },
      calendarPlugins: [ // plugins must be defined in the JS
        dayGridPlugin,
        timeGridPlugin,
        interactionPlugin // needed for dateClick
      ],
      calendarWeekends: true,
      calendarEvents: [ // initial event data

      ],
      calendarApi: null
    }
  },
_


  • 写回答

3条回答 默认 最新

  • CSDN-Ada助手 CSDN-AI 官方账号 2022-09-22 22:08
    关注
    评论

报告相同问题?

问题事件

  • 创建了问题 9月22日

悬赏问题

  • ¥15 pcl运行在qt msvc2019环境运行效率低于visual studio 2019
  • ¥15 MAUI,Zxing扫码,华为手机没反应。可提高悬赏
  • ¥15 python运行报错 ModuleNotFoundError: No module named 'torch'
  • ¥100 华为手机私有App后台保活
  • ¥15 sqlserver中加密的密码字段查询问题
  • ¥20 有谁能看看我coe文件到底哪儿有问题吗?
  • ¥20 我的这个coe文件到底哪儿出问题了
  • ¥15 matlab使用自定义函数时一直报错输入参数过多
  • ¥15 设计一个温度闭环控制系统
  • ¥100 rtmpose姿态评估