举个例子 : fis默认只支持 src=""的属性去资源定位。
譬如我对 example.png 添加时间戳-->example_8s78e7a.png
而在module中的原文件中,,使用自定义属性,v-bind:src="../../img/example.png"
如何release到目标文件后,,变成v-bind:src="/output/static/img/example_8s78e7a.png"
举个例子 : fis默认只支持 src=""的属性去资源定位。
譬如我对 example.png 添加时间戳-->example_8s78e7a.png
而在module中的原文件中,,使用自定义属性,v-bind:src="../../img/example.png"
如何release到目标文件后,,变成v-bind:src="/output/static/img/example_8s78e7a.png"