mille storie

commenti da mastodon, widget con custom widget test...
This commit is contained in:
lesion
2019-04-29 00:27:29 +02:00
parent 3b80dd5f73
commit ac5ef6e324
34 changed files with 573 additions and 275 deletions

0
widgets/list/index.html Normal file
View File

12
widgets/list/index.js Normal file
View File

@@ -0,0 +1,12 @@
import Vue from 'vue'
import vueCustomElement from 'vue-custom-element'
import App from '../../components/List'
// import router from './router'
// import store from '../../store'
Vue.use(vueCustomElement)
// App.store = store
// App.router = router
Vue.customElement('gancio-widget', App)
export default App

3
widgets/list/style.css Normal file
View File

@@ -0,0 +1,3 @@
#gancio-widget {
border: 1px solid black;
}