mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
- plan sorting fix
- plan homepage visibility fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
class="page-wrapper medium pricing"
|
||||
v-if="!isEmpty && index.section_pricing_content === '1' && config.stripe_public_key"
|
||||
v-if="!isEmpty && index.section_pricing_content === '1'"
|
||||
>
|
||||
<div id="pricing" class="page-title center">
|
||||
<h1 class="title" v-html="index.pricing_title"></h1>
|
||||
|
||||
Reference in New Issue
Block a user