Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
feat: remove beta message
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyou committed Sep 25, 2019
1 parent eade5e5 commit 8312c7a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pages/index.vue
Expand Up @@ -29,21 +29,7 @@ export default {
data() {
return {}
},
mounted: function() {
this.$nextTick(function() {
this.betaMessage()
})
},
methods: {
betaMessage: function() {
this.$message({
showClose: true,
duration: 10000,
message: "Beta version, work in progress",
type: "warning",
customClass: "no-print"
})
},
print: function() {
window.print()
}
Expand Down

0 comments on commit 8312c7a

Please sign in to comment.