mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-02-05 18:05:07 +08:00
remove all semicolons
This commit is contained in:
@ -1024,14 +1024,14 @@ export default {
|
||||
return {
|
||||
// 版本号
|
||||
version: "3.8.9"
|
||||
};
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
goTarget(href) {
|
||||
window.open(href, "_blank");
|
||||
window.open(href, "_blank")
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user