改为msg.js后还是无法触发点击菜单改变kk的值

来源:4-9 vue-cli3项目案例-右侧内容设置(3)

imooc6195619

2019-10-23 17:31

http://img3.mukewang.com/5db01f83000181a109200430.jpg

http://img2.mukewang.com/5db01f8500011ba113080920.jpg

http://img4.mukewang.com/5db01f850001131e11661174.jpg

网页可以显示,但是compile结束后console里报错:

[Vue warn]: Error in mounted hook: "TypeError: _msg_js__WEBPACK_IMPORTED_MODULE_0___default.a.$on is not a function"

found in

---> <Right> at src/components/Right.vue

       <First> at src/views/First.vue

         <App> at src/App.vue

           <Root>


TypeError: _msg_js__WEBPACK_IMPORTED_MODULE_0___default.a.$on is not a function

    at VueComponent.mounted (Right.vue?df38:17)

    at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)

    at callHook (vue.runtime.esm.js?2b0e:4213)

    at Object.insert (vue.runtime.esm.js?2b0e:3139)

    at invokeInsertHook (vue.runtime.esm.js?2b0e:6340)

    at Vue.patch [as __patch__] (vue.runtime.esm.js?2b0e:6559)

    at Vue._update (vue.runtime.esm.js?2b0e:3939)

    at Vue.updateComponent (vue.runtime.esm.js?2b0e:4060)

    at Watcher.get (vue.runtime.esm.js?2b0e:4473)

    at new Watcher (vue.runtime.esm.js?2b0e:4462)


点击菜单后报错

[Vue warn]: Error in v-on handler: "TypeError: _msg_js__WEBPACK_IMPORTED_MODULE_0___default.a.$emit is not a function"

found in

---> <Left> at src/components/Left.vue

       <First> at src/views/First.vue

         <App> at src/App.vue

           <Root>

TypeError: _msg_js__WEBPACK_IMPORTED_MODULE_0___default.a.$emit is not a function

    at VueComponent.menu1 (Left.vue?162a:25)

    at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)

    at HTMLLIElement.invoker (vue.runtime.esm.js?2b0e:2179)

    at HTMLLIElement.original._wrapper (vue.runtime.esm.js?2b0e:6911)


Right.vue里kk的值也没有发生变化。求解


写回答 关注

3回答

  • FUNCHAO
    2019-11-30 15:29:48

    你这里怕是中文符号吧

    http://img4.mukewang.com/5de21a6a0001959b02510120.jpg

  • 慕UI7605679
    2019-11-18 23:04:31

    应该是没反应过来,我的也是,半个多小时都不行,然后我寻思我代码是正确的,是不是点击事件出了问题,我就把@删了重新写了,就能改变了,然后我撤销回原来的,也可以触发

  • 慕婉清3442332
    2019-11-02 09:03:58

    我是来拿经验的

vue-cli全集

手把手带你学习从项目创建到项目升级,完美契合企业需求

44773 学习 · 230 问题

查看课程

相似问题