2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-09 13:52:22 +03:00

formatting

This commit is contained in:
Randall Wilk
2018-05-30 12:27:29 -05:00
parent e4b1cc6cc3
commit 7bc40333d3
3 changed files with 47 additions and 47 deletions
+11 -11
View File
@@ -2,17 +2,17 @@ import Vue from 'vue';
import { VueContext } from '../../../dist/vue-context';
new Vue({
components: {
VueContext
},
components: {
VueContext
},
data: {
close: true
},
data: {
close: true
},
methods: {
onClick (data) {
console.log(data);
},
},
methods: {
onClick (data) {
console.log(data);
},
},
}).$mount('#app');