|
|
@ -1,8 +1,11 @@
|
|
|
|
<template lang="pug">
|
|
|
|
<template lang="pug">
|
|
|
|
.modal(v-bind:class='{ "is-active": isShown }')
|
|
|
|
transition(:duration="400")
|
|
|
|
.modal-background
|
|
|
|
.modal(v-show='isShown', v-cloak)
|
|
|
|
|
|
|
|
transition(name='modal-background')
|
|
|
|
|
|
|
|
.modal-background(v-show='isShown')
|
|
|
|
.modal-container
|
|
|
|
.modal-container
|
|
|
|
.modal-content
|
|
|
|
transition(name='modal-content')
|
|
|
|
|
|
|
|
.modal-content(v-show='isShown')
|
|
|
|
header.is-light-blue Create New Document
|
|
|
|
header.is-light-blue Create New Document
|
|
|
|
section
|
|
|
|
section
|
|
|
|
label.label Enter the new document path:
|
|
|
|
label.label Enter the new document path:
|
|
|
|