PhpStorm-将PHP传递给Vue组件时,“期望表达”和“将语言转换为React”

时间:2019-01-21 08:50:17

标签: php vue.js phpstorm

我遇到两个错误:

  

预期表达

Expression expected - PhpStorm

  

将语言版本切换为React JSX

Switch language version to React JSX

在PhpStorm中的

...,当我尝试将代码从PHP传递到Vue组件时。

我激活了Vue插件。如何让PhpStorm停止抱怨呢?

1 个答案:

答案 0 :(得分:0)

您尝试过language injection吗?尝试写类似

WarningLevel

/** @lang php */

// language=php 之前的行