<img src="~examples/assets/images/hamburger.png" class="image">
What does the wavy line here mean?
学习是最好的投资!
Absolute path, adding ~ is the absolute path, no matter what path your current .vue file is under. will match the absolute path configured in the example.
This ~ is an alias configured in webpack. Configure resolve.alias in webpack and you can use it. Find the relevant configuration yourself
~
Absolute path, adding ~ is the absolute path, no matter what path your current .vue file is under. will match the absolute path configured in the example.
This
~
is an alias configured in webpack. Configure resolve.alias in webpack and you can use it. Find the relevant configuration yourself