installed succesfully rollup alias plugin. Now Vue can be imported like a normal npm package

This commit is contained in:
Roberto Tonino
2020-05-22 22:59:16 +02:00
parent 397246e2a3
commit 87a668ae91
14 changed files with 44 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import _ from 'lodash'
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { socket } from '../socket.js'
import Downloads from '../downloads.js'
import QualityModal from '../quality-modal.js'

View File

@@ -1,4 +1,4 @@
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { socket } from '../socket.js'
import { artistView, albumView } from '../tabs.js'
import Downloads from '../downloads.js'

View File

@@ -1,4 +1,4 @@
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { socket } from '../socket.js'
import { playlistView, artistView, albumView, spotifyPlaylistView } from '../tabs.js'
import Downloads from '../downloads.js'

View File

@@ -1,4 +1,4 @@
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { socket } from '../socket.js'
import { artistView, albumView, playlistView } from '../tabs.js'
import Downloads from '../downloads.js'

View File

@@ -1,4 +1,4 @@
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { socket } from '../socket.js'
import { albumView, artistView } from '../tabs.js'
import Utils from '../utils.js'

View File

@@ -1,4 +1,4 @@
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { socket } from '../socket.js'
import { artistView, albumView, playlistView } from '../tabs.js'
import Downloads from '../downloads.js'

View File

@@ -1,4 +1,4 @@
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { toast } from '../toasts.js'
import { socket } from '../socket.js'

View File

@@ -1,5 +1,5 @@
import _ from 'lodash'
import Vue from 'vue/dist/vue.esm'
import Vue from 'vue'
import { socket } from '../socket.js'
import { albumView, artistView } from '../tabs.js'
import Downloads from '../downloads.js'

View File

@@ -101,7 +101,6 @@ function handleSidebarClick(event) {
changeTab(sidebarEl, 'main', 'search_tab')
break
case 'main_home_tablink':
console.log('al laod', sidebarEl)
changeTab(sidebarEl, 'main', 'home_tab')
break
case 'main_charts_tablink':