mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-09 13:52:22 +03:00
formatting
This commit is contained in:
+11
-11
@@ -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');
|
||||
Reference in New Issue
Block a user