1.0.3 fix bug

pull/122/head 1.0.3
starsliao 2023-11-29 03:46:05 +08:00
parent bb33f8a826
commit 8c37f60e65
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Object.keys(filters).forEach(key => {
})
Vue.config.productionTip = false
Vue.prototype.VER = 'v1.0.2'
Vue.prototype.VER = 'v1.0.3'
new Vue({
el: '#app',