mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-22 03:45:34 +08:00
Not really sure this is the best structure
This commit is contained in:
9
src/nginxconfig/templates/domain_sections/python.vue
Normal file
9
src/nginxconfig/templates/domain_sections/python.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>Hello world python</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'DomainPython',
|
||||
};
|
||||
</script>
|
Reference in New Issue
Block a user