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

Code restructure (#1)

This commit is contained in:
Randall Wilk
2018-05-26 11:43:23 -05:00
committed by GitHub
parent a521b025c2
commit 3116d06d77
17 changed files with 14548 additions and 245 deletions
+14
View File
@@ -0,0 +1,14 @@
import Vue from 'vue';
import { VueContext } from '../../../dist/vue-context';
new Vue({
components: {
VueContext
},
methods: {
onClick (data) {
console.log(data);
},
},
}).$mount('#app');