2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-19 16:40:31 +03:00
This commit is contained in:
rawilk
2020-08-30 21:41:51 -05:00
parent 6fb8ed1357
commit 389f0c9d7d
15 changed files with 281 additions and 130 deletions
+8
View File
@@ -0,0 +1,8 @@
import Vue from 'vue';
import BasicUsage from './basic-usage';
new Vue({
components: {
BasicUsage,
},
}).$mount('#basic-app');