How to use iview in mpvue

the configuration of config, in the main.js of each noodle does not take effect

Apr.30,2021

initialize the project using the mpvue/mpvue-quickstart template, and introduce the required component path in the src/pages.js file accordingly, like this:

module.exports = [
  {
    path: 'pages/index', //  vue  src 
    config: {
      usingComponents: {
        'i-button': '../../iview/button/index'
      }
    }
  }
]

then use it as described in the official document

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-1b3d16e-2c37b.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-1b3d16e-2c37b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?