mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-19 16:40:31 +03:00
wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Vue from 'vue';
|
||||
import BasicUsage from './basic-usage';
|
||||
|
||||
new Vue({
|
||||
components: {
|
||||
BasicUsage,
|
||||
},
|
||||
}).$mount('#basic-app');
|
||||
Reference in New Issue
Block a user