mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 16:10:59 +08:00
12 lines
186 B
Vue
12 lines
186 B
Vue
<script setup lang="ts">
|
|
defineOptions({
|
|
name: 'apps-php84-index'
|
|
})
|
|
|
|
import PhpView from '@/views/apps/php/PhpView.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<php-view :version="84" />
|
|
</template>
|