用的uni-app,请问为什么会出现下面那行报错代码

用的uni-app,请问为什么会出现下面那行报错代码?
我是因为加入了一个视频(下载地址),也就是图片最下面的video,接着保存运行的时候就发生了报错,请问是什么原因?
报错如下:

[system] Do not nest other components in the text component, as there may be display differences on different platforms.

img

应该是个警告,意思是说不要在text标签里嵌套其它组件,你在text标签里嵌套了image组件