How vue dynamic components trigger parent components

parent
clipboard.png


clipboard.png

clipboard.png

if binding < component: is= "currentView" @ goScore= "parentScore" > is invalid, how do I bind it?

Mar.09,2021

are all dynamic components, aren't they managed by vuex?


is the click event of el-button . All custom components in Vue2 need .native to use native event , so you need to modify it as follows:

<el-button size="mini" @click.native="goScore"></el-button>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f3fb-2c488.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f3fb-2c488.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?