|
@@ -21,11 +21,10 @@ import dayjs from "dayjs";
|
|
|
import {useRoute, useRouter} from "vue-router";
|
|
|
import {arrowBackOutline, ellipse, addCircleOutline} from 'ionicons/icons';
|
|
|
import {IonIcon, onIonViewDidEnter} from '@ionic/vue';
|
|
|
-import BEmpty from "@/components/empty.vue";
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'PracticeIntention',
|
|
|
- components: {IonIcon, BEmpty},
|
|
|
+ components: {IonIcon},
|
|
|
setup() {
|
|
|
const loading = ref(true);
|
|
|
const pagination = computed(() => ({
|