Authored by 李奇

不需要的参数删除

... ... @@ -10,9 +10,6 @@
export default {
name: 'ALink',
props: {
href: [String]
},
methods: {
click() {
let goodUrl = this.$el.dataset['url'];
... ...