Coder Social home page Coder Social logo

Comments (3)

bigfengyu avatar bigfengyu commented on September 7, 2024

第一点麻烦把具体报错的代码片段截取出来,第二点需要您调整顺序,文档里有写哦

from gogocode.

XHHZYQ avatar XHHZYQ commented on September 7, 2024
  1. 第一点报错的代码片段,App.vue文件:

<router-view v-slot="{ Component }"> <component :is="Component"></component> </router-view>
2. 第二点报错的代码片段,main.js 文件

import * as Vue from 'vue'
import App from './App.vue'
import router from './router'
import store from './store'

window.$vueApp = Vue.createApp(App).mount('#app')
console.log('window.$vueApp : ', window.$vueApp)
window.$vueApp.use(router)
window.$vueApp.use(store)
window.$vueApp.routerAppend = (path, pathToAppend) => {
return path + (path.endsWith('/') ? '' : '/') + pathToAppend
}
第一次用公司项目转换后报错,改用cli 4.15.x搭建的vue2.6.11初始化的项目进行升级也报同样的错
抱歉!图片一直上传不了,将就着看吧

from gogocode.

kooriko avatar kooriko commented on September 7, 2024

请升级 gogocode-cli 至 0.2.8 版本,即可解决该问题。

from gogocode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.