Implemented main stuff
This commit is contained in:
@@ -6,8 +6,9 @@ import store from './store'
|
||||
import { BootstrapVue } from 'bootstrap-vue'
|
||||
|
||||
import { TabPlugin } from '@syncfusion/ej2-vue-navigations';
|
||||
import { ButtonPlugin } from '@syncfusion/ej2-vue-buttons';
|
||||
import { ButtonPlugin, RadioButtonPlugin } from '@syncfusion/ej2-vue-buttons';
|
||||
import { TextBoxPlugin } from '@syncfusion/ej2-vue-inputs';
|
||||
import { SidebarPlugin } from '@syncfusion/ej2-vue-navigations';
|
||||
|
||||
import 'bootstrap/dist/css/bootstrap.css'
|
||||
import 'bootstrap-vue/dist/bootstrap-vue.css'
|
||||
@@ -16,8 +17,12 @@ Vue.config.productionTip = false
|
||||
|
||||
Vue.use(TabPlugin);
|
||||
Vue.use(ButtonPlugin);
|
||||
Vue.use(RadioButtonPlugin);
|
||||
Vue.use(BootstrapVue);
|
||||
Vue.use(TextBoxPlugin);
|
||||
Vue.use(SidebarPlugin);
|
||||
|
||||
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
|
||||
Reference in New Issue
Block a user