error when using iview framework toast components in mpvue
Module parse failed: Unexpected token (17:8)
You may need an appropriate loader to handle this file type.
page introduces
const {$Toast} = require (".. / static/iview/toast/index");
handleWarning() {
$Toast({
content: "",
type: "warning"
});
},
error details