mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-02-10 03:19:35 +00:00
Created ssr demo and moved csr to a sub-folder + rebuild
This commit is contained in:
10
demo/client_side_rendering/src/main.js
Normal file
10
demo/client_side_rendering/src/main.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import Vue from 'vue'
|
||||
import App from './App.vue'
|
||||
import VueJsModal from 'plugin'
|
||||
|
||||
Vue.use(VueJsModal)
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render: h => h(App)
|
||||
})
|
||||
Reference in New Issue
Block a user