Commit a5eb89aa by zsh

更新基础包内容

parent 6a2c8003
......@@ -11,9 +11,7 @@ export default {
name: 'app',
data () {
return {
backgroundImage: {}
}
return {}
},
created () {
......@@ -25,18 +23,7 @@ export default {
window.addEventListener('resize', refreshScale)
},
methods: {
/**
* @method initPage 页面初始化 - ajax请求示例
*/
async initPage () {
this.backgroundImage = {
// background: 'url(../../static/images/bg.png) 0% 0% / 100%',
filter: 'blur(0px)',
opacity: 1
}
}
}
methods: {}
}
</script>
......
<template>
<header id="header"></header>
</template>
<script>
export default {
data () {
return {}
},
created () {
window.vm = this
}
}
</script>
<style lang="less" scoped>
</style>>
......@@ -8,7 +8,5 @@ export default {
window.vm = this
},
beforeDestroy () {
}
beforeDestroy () {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment