nav tabs on admin dashboard
This commit is contained in:
4
node_modules/vue-style-loader/lib/addStylesServer.js
generated
vendored
4
node_modules/vue-style-loader/lib/addStylesServer.js
generated
vendored
@@ -1,6 +1,6 @@
|
||||
var listToStyles = require('./listToStyles')
|
||||
import listToStyles from './listToStyles'
|
||||
|
||||
module.exports = function (parentId, list, isProduction, context) {
|
||||
export default function addStylesServer (parentId, list, isProduction, context) {
|
||||
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
||||
context = __VUE_SSR_CONTEXT__
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user