This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="weui-dialog-confirm hidden" v-bind:class="{ 'hidden': hidden }"> | |
<div class="weui-mask"></div> | |
<div class="weui-dialog"> | |
<div class="weui-dialog-bd"> | |
</div> | |
</div> | |
</div> | |
</template> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env puma | |
# Ruby 2.2.0+ required | |
require 'etc' | |
current_path = 'CURRENT_PATH' | |
shared_path = 'SHARED_PATH' | |
directory current_path |
OlderNewer