fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup>
|
||||
import Shepherd from 'shepherd.js'
|
||||
import { withQuery } from 'ufo'
|
||||
import { useConfigStore } from '@core/stores/config'
|
||||
import { useConfigStore } from '@core/stores/config';
|
||||
import Shepherd from 'shepherd.js';
|
||||
import { withQuery } from 'ufo';
|
||||
|
||||
defineOptions({
|
||||
// 👉 Is App Search Bar Visible
|
||||
@@ -133,11 +133,11 @@ const noDataSuggestions = [
|
||||
params: { tab: 'account' },
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'Pricing Page',
|
||||
icon: 'ri-cash-line',
|
||||
url: { name: 'pages-pricing' },
|
||||
},
|
||||
// {
|
||||
// title: 'Pricing Page',
|
||||
// icon: 'ri-cash-line',
|
||||
// url: { name: 'pages-pricing' },
|
||||
// },
|
||||
]
|
||||
|
||||
const searchQuery = ref('')
|
||||
|
Reference in New Issue
Block a user