当我运行vue inspect
时,它说模板参数函数omitted long function
。
templateParameters: function () { /* omitted long function */ },
我很想看看这里有什么。有没有办法查看长函数?
好吧,我刚刚发现在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