nginxconfig.io/src/nginxconfig/templates/domain_sections/python.vue

10 lines
135 B
Vue

<template>
<div>Hello world python</div>
</template>
<script>
export default {
name: 'DomainPython',
};
</script>