0

当我运行vue inspect时,它说 templateParameters 函数是omitted long function.

templateParameters: function () { /* omitted long function */ },

我有兴趣看看这里有什么。有没有办法查看长功能?

4

1 回答 1

2

好吧,我刚刚发现在vue inspect命令的选项下,您可以使用-v详细选项来查看完整的函数定义。

vue inspect --help

  Usage: inspect [options] [paths...]

  inspect the webpack config in a project with vue-cli-service

  Options:

    --mode <mode>
    --rule <ruleName>      inspect a specific module rule
    --plugin <pluginName>  inspect a specific plugin
    --rules                list all module rule names
    --plugins              list all plugin names
    -v --verbose           Show full function definitions in output
    -h, --help             output usage information
于 2018-09-21T16:27:56.483 回答