引入vuex 和vuex持久化

This commit is contained in:
pixelqm
2019-09-09 23:02:24 +08:00
parent 6ac4e72981
commit 1fb4e7d2af
7 changed files with 79 additions and 5 deletions

View File

@@ -10,11 +10,14 @@ export default {
name: 'app',
components: {
}
},
}
</script>
<style lang="scss">
// 引入初始化样式
@import '@/style/main.scss'
</style>