Magento2想要覆盖final_price.phtml文件

I am using magento2 and want to override file

/vendor/magento/module-catalog/view/base/templates/product/price/final_price.phtml

I try to copy in my theme

/app/design/frontend///Magento_Catalog/templates/product/final_price.phtml

but its not working, file still from /vender folder

Thanks

You will have to add final price on below path, then it will work correctly,

app/design/frontend/PACKAGENAME/THEMENAME/Magento_Catalog/templates/product/price/final_price.phtml