vue
出现
href="{{articleDetail.bookUrl}}": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of <div id="{{ val }}">, use <div :id="val">.
改成v-bind:href=
vue
出现
href="{{articleDetail.bookUrl}}": Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of <div id="{{ val }}">, use <div :id="val">.
改成v-bind:href=