<img src="~examples/assets/images/hamburger.png" class="image">
What does the wavy line here mean?
滿天的星座2017-05-16 13:37:40
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.
phpcn_u15822017-05-16 13:37:40
This ~
is an alias configured in webpack. Configure resolve.alias in webpack and you can use it. Find the relevant configuration yourself