Sha256: f61f4bf85ca660addeaf61e9472dfc718eba7384c25fa47b067fae77103d3e85

Contents?: true

Size: 136 Bytes

Versions: 10

Compression:

Stored size: 136 Bytes

Contents

import Vue from 'vue'
import App from './App.vue'

Vue.config.productionTip = false

new Vue({
  render: h => h(App),
}).$mount('#app')

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shiba-0.9.4 web/src/main.js
shiba-0.9.3 web/src/main.js
shiba-0.9.2 web/src/main.js
shiba-0.9.1 web/src/main.js
shiba-0.9.0 web/src/main.js
shiba-0.8.1 web/src/main.js
shiba-0.6.4 web/src/main.js
shiba-0.6.3 web/src/main.js
shiba-0.6.2 web/src/main.js
shiba-0.6.1 web/src/main.js