We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1660b1 commit 55311cbCopy full SHA for 55311cb
my-project-vue2/src/main.js
@@ -1,7 +1,7 @@
1
import Vue from 'vue'
2
import App from './App'
3
import uView from "uview-ui";
4
-// import store from '@/store';
+import store from '@/store';
5
6
Vue.config.productionTip = false
7
App.mpType = 'app'
my-project-vue2/src/pages/home/index.vue
@@ -25,7 +25,7 @@ export default {
25
console.log(888, this.$u.trim(' abc 1 '))
26
// this.$u.vuex('vuex_user.name', '诗圣');
27
this.$u.toast('Hello uView!');
28
- this.getInfo()
+ // this.getInfo()
29
},
30
methods: {
31
onToPage() {
0 commit comments